OrganizationServiceContextExtensions.ImportTranslation Method (OrganizationServiceContext, Byte[], Guid)
Applies To: Dynamics CRM 2013
Imports all translations from a compressed file. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static void ImportTranslation(
this OrganizationServiceContext context,
byte[] translationFile,
Guid importJobId
)
public:
[ExtensionAttribute]
static void ImportTranslation(
OrganizationServiceContext^ context,
array<unsigned char>^ translationFile,
Guid importJobId
)
static member ImportTranslation :
context:OrganizationServiceContext *
translationFile:byte[] *
importJobId:Guid -> unit
<ExtensionAttribute>
Public Shared Sub ImportTranslation (
context As OrganizationServiceContext,
translationFile As Byte(),
importJobId As Guid
)
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- translationFile
Type: System.Byte[]
- importJobId
Type: System.Guid
Remarks
This is a method wrapper for the ImportTranslationRequest and ImportTranslationResponse 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