Share via


OrganizationServiceContextExtensions.ExportTranslation Method (OrganizationServiceContext, String)

 

Applies To: Dynamics CRM 2013

Exports all translations for a specific solution to a compressed file. (Developer Extensions)

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

Syntax

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

Parameters

Return Value

Type: System.Byte[]

Returns Byte.

Remarks

This is a method wrapper for the ExportTranslationRequest and ExportTranslationResponse 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