RibbonLocationFilters Enumeration
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains the values for ribbon filters for an entity.
For the Web API use the RibbonLocationFilters EnumType.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
| Member name | Description | |
|---|---|---|
| All | Retrieve all Ribbons. Equivalent to Default. Value = 7. | |
| Default | Retrieve all Ribbons. Equivalent to All. Value = 7. | |
| Form | Retrieve just the form ribbon. Value = 1. | |
| HomepageGrid | Retrieve just the ribbon displayed for entity grids. Value = 2. | |
| SubGrid | Retrieve just the ribbon displayed when the entity is displayed in a subgrid or associated view. Value = 4. |
This enumeration is used with RetrieveEntityRibbonRequest.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright