Open this page in the API Guide

GetSessionsOptions Class

The options class used for getting information about multiple sessions.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.GetSessionsOptions

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 GetSessionsOptions

The GetSessionsOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetSessionsOptions
Initializes a new instance of the GetSessionsOptions class
Top
Properties
  NameDescription
Public propertyQuerySessionsOptions
Gets or sets the session query filter.
Public propertySessionIds
Gets or sets an array containing IDs of sessions to be retrieved.
Top
See Also