SyncTranslator 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
SyncTranslator(ClientRuntimeContext, ObjectPath) | |
SyncTranslator(ClientRuntimeContext, String) |
SyncTranslator(ClientRuntimeContext, ObjectPath)
public SyncTranslator (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.ObjectPath objectPath);
new Microsoft.Office.Client.TranslationServices.SyncTranslator : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.ObjectPath -> Microsoft.Office.Client.TranslationServices.SyncTranslator
Parameters
- context
- ClientRuntimeContext
- objectPath
- ObjectPath
Applies to
SyncTranslator(ClientRuntimeContext, String)
public SyncTranslator (Microsoft.SharePoint.Client.ClientRuntimeContext context, string targetLanguage);
new Microsoft.Office.Client.TranslationServices.SyncTranslator : Microsoft.SharePoint.Client.ClientRuntimeContext * string -> Microsoft.Office.Client.TranslationServices.SyncTranslator
Public Sub New (context As ClientRuntimeContext, targetLanguage As String)
Parameters
- context
- ClientRuntimeContext
- targetLanguage
- String