RollupType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the possible values for the RollupType property in the RollupRequest class, which you use to retrieve all the entity records for a specified record.
public enum class RollupType
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public enum RollupType
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type RollupType =
Public Enum RollupType
- Inheritance
-
RollupType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | A rollup record is not requested. This member only retrieves the records that are directly related to a parent record. |
Related | 1 | A rollup record that is directly related to a parent record and to any direct child of a parent record. |
Extended | 2 | A rollup record that is directly related to a parent record and to any descendent record of a parent record, for example, children, grandchildren, and great-grandchildren records. |
Remarks
Used in the RollupType property.