EntityFilters Enumeration
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Describes the type of entity metadata to retrieve.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
| Member name | Description | |
|---|---|---|
| All | Use this to retrieve all data for an entity. Value = 15. | |
| Attributes | Use this to retrieve entity information plus attributes for the entity. Value = 2. | |
| Default | Use this to retrieve only entity information. Equivalent to EntityFilters.Entity. Value = 1. | |
| Entity | Use this to retrieve only entity information. Equivalent to EntityFilters.Default. Value = 1. | |
| Privileges | Use this to retrieve entity information plus privileges for the entity. Value = 4. | |
| Relationships | Use this to retrieve entity information plus entity relationships for the entity. Value = 8. |
Use this enumeration with RetrieveAllEntitiesRequest and RetrieveEntityRequest.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright