Click or drag to resize

IBusinessUnitGetBusinessUnitsChangedSince Method

Gets Business units changed after given date.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+9acb7434aeb2855fb928fe129dfe34575a6d8fd4
Syntax
List<BusinessUnit> GetBusinessUnitsChangedSince(
	string businessUnitGUID,
	DateTime startDateTime,
	int options
)

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

ListBusinessUnit
List of BusinessUnit objects.
Exceptions
ExceptionCondition
AuthenticationFailureExceptionThe caller could not be authenticated.
GeneralFailureExceptionAny other fault.
See Also