OrganizationServiceContextExtensions.RetrieveApplicationRibbon Method (OrganizationServiceContext)
Applies To: Dynamics CRM 2013
Retrieves the core application ribbons including the entity template. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static byte[] RetrieveApplicationRibbon(
this OrganizationServiceContext context
)
public:
[ExtensionAttribute]
static array<unsigned char>^ RetrieveApplicationRibbon(
OrganizationServiceContext^ context
)
static member RetrieveApplicationRibbon :
context:OrganizationServiceContext -> byte[]
<ExtensionAttribute>
Public Shared Function RetrieveApplicationRibbon (
context As OrganizationServiceContext
) As Byte()
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
Return Value
Type: System.Byte[]
Returns Byte.
Remarks
This is a method wrapper for the RetrieveApplicationRibbonRequest and RetrieveApplicationRibbonResponse 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