Open this page in the API Guide

GetJobsOptions Class

The options class used for getting multiple jobs.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.GetJobsOptions

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 GetJobsOptions

The GetJobsOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetJobsOptions
Initializes a new instance of the GetJobsOptions class
Top
Properties
  NameDescription
Public propertyBeforeDate
Gets or sets the before date.
Public propertyJobIds
Gets or sets the job IDs.
Public propertyQueryJobsOptions
Gets or sets the query jobs options.
Top
See Also