TranslationJob Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- context
- ClientRuntimeContext
- 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
- context
- ClientRuntimeContext
- targetLanguage
- String