RollupRequest Class
Specifies the parameters needed to retrieve all the entities related to the specified entity.
The RollupRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RollupRequest | Initializes a new instance of the RollupRequest class. |
Field | Description |
ReturnDynamicEntities | Specifies whether the result of the operation contains an instance of the specified class or the DynamicEntity class. |
RollupType | Specifies the rollup type. |
Target | Specifies the target of the rollup action. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also