Share via


ConversionJob Constructor (String)

Initializes a new instance of the ConversionJob class based on the WordServiceApplication object specified by the name parameter.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
Dim name As String

Dim instance As New ConversionJob(name)
public ConversionJob(
    string name
)

Parameters

Remarks

The name parameter specifies the name of the Word Automation Services application as specified when the Word Automation Services application was created. You can see this name at any time through the Manage Service Applications page in Central Administration.

See Also

Reference

ConversionJob Class

ConversionJob Members

ConversionJob Overload

Microsoft.Office.Word.Server.Conversions Namespace