| 
            
              IBusinessUnitGetBusinessUnitsChangedSince Method
             | 
          
        
        
 Gets Business units changed after given date.
 
        
        Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
SyntaxList<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