ConversionJob.Start method

Starts the processing of a conversion job.

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

Syntax

'Declaration
Public Sub Start
'Usage
Dim instance As ConversionJob

instance.Start()
public void Start()

Remarks

Until this method is called, none of the conversion jobs specified by the AddFile(String, String), AddFolder(SPFolder, SPFolder, Boolean), or AddLibrary(SPList, SPList) methods are pushed into the system.When this method is called, each conversion job is pushed into the Word Automation Services conversion job queue.

See also

Reference

ConversionJob class

ConversionJob members

Microsoft.Office.Word.Server.Conversions namespace