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
name
Type: System.StringThe user-defined friendly name for the WordServiceApplication object that services this ConversionJob object.
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.