TranslateDocument class

Defines a workflow activity that translates a document into the specified document type.

Inheritance hierarchy

System.Object
  System.Activities.Activity
    Microsoft.SharePoint.WorkflowServices.Activities.TranslateDocument

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public NotInheritable Class TranslateDocument _
    Inherits Activity
'Usage
Dim instance As TranslateDocument
public sealed class TranslateDocument : Activity

Remarks

This workflow activity supports translation of HTML documents, Microsoft Word documents, Wiki pages, and XLFF documents. If the user attempts to translate an unsupported document type, the activity will generate an error.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TranslateDocument members

Microsoft.SharePoint.WorkflowServices.Activities namespace