Share via


ConversionJob Constructor (Guid)

Initializes a new instance of the ConversionJob class based on the WordServiceApplicationProxy object specified by the id parameter.

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

Syntax

'Declaration
Public Sub New ( _
    id As Guid _
)
'Usage
Dim id As Guid

Dim instance As New ConversionJob(id)
public ConversionJob(
    Guid id
)

Parameters

Remarks

You can find the Guid structure for the WordServiceApplicationProxy object either through Windows PowerShell or the object model. This constructor is useful if the name of the service might change.

See Also

Reference

ConversionJob Class

ConversionJob Members

ConversionJob Overload

Microsoft.Office.Word.Server.Conversions Namespace