Share via


ConversionJobStatus.GetAllJobs Method

Include Protected Members
Include Inherited Members

Gets all conversion jobs, regardless of the status of those jobs.

Overload List

  Name Description
Public methodStatic member GetAllJobs(Guid, Nullable<Guid>) Gets all conversion jobs, regardless of the status of those jobs.
Public methodStatic member GetAllJobs(String, Nullable<Guid>) Gets all conversion jobs, regardless of the status of those jobs.
Public methodStatic member GetAllJobs(WordServiceApplicationProxy, Nullable<Guid>) Gets all conversion jobs, regardless of the status of those jobs.
Public methodStatic member GetAllJobs(Guid, SPUserToken, Nullable<Guid>) Gets all conversion jobs that were started by the specified user, regardless of the status of those jobs.
Public methodStatic member GetAllJobs(String, SPUserToken, Nullable<Guid>) Gets all conversion jobs that were started by the specified user, regardless of the status of those jobs.
Public methodStatic member GetAllJobs(WordServiceApplicationProxy, SPUserToken, Nullable<Guid>) Gets all conversion jobs that were started by the specified user, regardless of the status of those jobs.

Top

Remarks

The collection of Guid structures returned by this method is scoped to a single partition. Each Guid corresponds to the JobId of a ConversionJob object.

Note

The overloads that take a user token as a parameter filter the list of conversion jobs to only those conversion jobs that were started by the specified user. The overloads that do not take a user token return all conversion jobs.

See Also

Reference

ConversionJobStatus Class

ConversionJobStatus Members

Microsoft.Office.Word.Server.Conversions Namespace