GetSessionsOptions Class

The options class used for getting information about multiple sessions.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetSessionsOptions

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

The GetSessionsOptions type exposes the following members.

Constructors
 NameDescription
Public methodGetSessionsOptionsInitializes 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