Open this page in the API Guide

RunJobsOptions Class

The options class used for running a job.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.RunJobsOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[DataContractAttribute]
public class RunJobsOptions

The RunJobsOptions type exposes the following members.

Constructors
  NameDescription
Public methodRunJobsOptions
Initializes a new instance of the RunJobsOptions class
Top
Properties
  NameDescription
Public propertyJobRequestor
Gets or sets the job requestor.
Public propertyRelatedJobsIncludeKinds
Gets or sets the include kinds of the related jobs.
Top
See Also