TranslationJob Constructors

Definition

Overloads

TranslationJob(ClientRuntimeContext, ObjectPath)
TranslationJob(ClientRuntimeContext, String)

TranslationJob(ClientRuntimeContext, ObjectPath)

public TranslationJob (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.ObjectPath objectPath);
new Microsoft.Office.Client.TranslationServices.TranslationJob : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.ObjectPath -> Microsoft.Office.Client.TranslationServices.TranslationJob

Parameters

objectPath
ObjectPath

Applies to

TranslationJob(ClientRuntimeContext, String)

public TranslationJob (Microsoft.SharePoint.Client.ClientRuntimeContext context, string targetLanguage);
new Microsoft.Office.Client.TranslationServices.TranslationJob : Microsoft.SharePoint.Client.ClientRuntimeContext * string -> Microsoft.Office.Client.TranslationServices.TranslationJob
Public Sub New (context As ClientRuntimeContext, targetLanguage As String)

Parameters

targetLanguage
String

Applies to