Share via


OrganizationServiceContextExtensions.RetrieveEntityRibbon Method (OrganizationServiceContext, String, Object)

 

Applies To: Dynamics CRM 2013

Retrieves the ribbon definition used for a specific entity. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static byte[] RetrieveEntityRibbon(
    this OrganizationServiceContext context,
    string entityName,
    object ribbonLocationFilter
)
public:
[ExtensionAttribute]
static array<unsigned char>^ RetrieveEntityRibbon(
    OrganizationServiceContext^ context,
    String^ entityName,
    Object^ ribbonLocationFilter
)
static member RetrieveEntityRibbon : 
        context:OrganizationServiceContext *
        entityName:string *
        ribbonLocationFilter:Object -> byte[]
<ExtensionAttribute>
Public Shared Function RetrieveEntityRibbon (
    context As OrganizationServiceContext,
    entityName As String,
    ribbonLocationFilter As Object
) As Byte()

Parameters

Return Value

Type: System.Byte[]

Returns Byte.

Remarks

This is a method wrapper for the RetrieveEntityRibbonRequest and p0RetrieveEntityRibbonResponse classes. See the documentation in the Request class for more information about this message.

See Also

OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top