|
IBusinessUnitGetBusinessUnitsChangedSince Method
|
Gets Business units changed after given date.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+9acb7434aeb2855fb928fe129dfe34575a6d8fd4
Syntax List<BusinessUnit> GetBusinessUnitsChangedSince(
string businessUnitGUID,
DateTime startDateTime,
int options
)
Function GetBusinessUnitsChangedSince (
businessUnitGUID As String,
startDateTime As DateTime,
options As Integer
) As List(Of BusinessUnit)
Parameters
- businessUnitGUID String
- Business unit GUID, identifies from where in the business unit hierarchy the changes are looked from.
- startDateTime DateTime
- Starting time of search. Precision in minutes, timezone UTC.
- options Int32
- Bitflag. Each bit of the enum represents a separate option. Use 'Bitwise Or' to specify a combination of options.
- 1 = Include only new business units, inserted on the given time period.
- 2 = Include inactive business units.
- 4 = Include the root business unit, which is the organization itself.
Return Value
ListBusinessUnitList of BusinessUnit objects.
Exceptions See Also