RibbonLocationFilters-opsomming
Contains the values for ribbon filters for an entity.
Naamruimte: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntaxis
'Declaratie
<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
Leden
Lidnaam | Beschrijving |
---|---|
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. |
Opmerkingen
This enumeration is used with RetrieveEntityRibbonRequest.
Platforms
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
Windows Server 2008,Windows Server 2012,Windows 7
Zie ook
Verwijzing
Microsoft.Crm.Sdk.Messages-naamruimte
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.