ConversionJobStatus.GetAllJobs Method
Include Protected Members
Include Inherited Members
Gets all conversion jobs, regardless of the status of those jobs.
Overload List
Name | Description | |
---|---|---|
GetAllJobs(Guid, Nullable<Guid>) | Gets all conversion jobs, regardless of the status of those jobs. | |
GetAllJobs(String, Nullable<Guid>) | Gets all conversion jobs, regardless of the status of those jobs. | |
GetAllJobs(WordServiceApplicationProxy, Nullable<Guid>) | Gets all conversion jobs, regardless of the status of those jobs. | |
GetAllJobs(Guid, SPUserToken, Nullable<Guid>) | Gets all conversion jobs that were started by the specified user, regardless of the status of those jobs. | |
GetAllJobs(String, SPUserToken, Nullable<Guid>) | Gets all conversion jobs that were started by the specified user, regardless of the status of those jobs. | |
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.