RetrieveBusinessHierarchyBusinessUnitRequest Class
Specifies the parameters needed to retrieve all business units (including the specified business unit) in the business unit hierarchy.
The RetrieveBusinessHierarchyBusinessUnitRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RetrieveBusinessHierarchyBusinessUnitRequest | Initializes a new instance of the RetrieveBusinessHierarchyBusinessUnitRequest class. |
Field | Description |
ColumnSet | Specifies the set of attributes to retrieve. |
EntityId | Specifies the ID of the business unit. |
ReturnDynamicEntities | Specifies whether the result of the operation contains a collection of instances of the businessunit class or the DynamicEntity class. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also