Enumeração RibbonLocationFilters
Aplica-se a: CRM 2015 on-prem, CRM Online
Contains the values for ribbon filters for an entity.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (em Microsoft.Crm.Sdk.Proxy.dll)
Sintaxe
'Declaração
<FlagsAttribute> _
<DataContractAttribute(Name:="RibbonLocationFilters", Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
Public Enumeration RibbonLocationFilters
[FlagsAttribute]
[DataContractAttribute(Name="RibbonLocationFilters", Namespace="https://schemas.microsoft.com/crm/2011/Contracts")]
public enum RibbonLocationFilters
Membros
Nome do membro | Descrição |
---|---|
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. |
Comentários
This enumeration is used with RetrieveEntityRibbonRequest.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows Server 2003 e
Plataformas de destino
Windows Vista,Windows XP
Consulte também
Referência
Namespace Microsoft.Crm.Sdk.Messages
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.