RibbonLocationFilters Enumeration

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Contains the values for ribbon filters for an entity.

Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

'Declaration
<DataContractAttribute(Name:="RibbonLocationFilters", Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
<FlagsAttribute> _
Public Enumeration RibbonLocationFilters
[DataContractAttribute(Name="RibbonLocationFilters", Namespace="https://schemas.microsoft.com/crm/2011/Contracts")] 
[FlagsAttribute] 
public enum RibbonLocationFilters

Members

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.

Remarks

This enumeration is used with RetrieveEntityRibbonRequest.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),

See Also

Reference

Microsoft.Crm.Sdk.Messages Namespace

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.