DeleteSessionsOptions Class

The options class used for deleting sessions.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDeleteSessionsOptions

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

The DeleteSessionsOptions type exposes the following members.

Constructors
  NameDescription
Public methodDeleteSessionsOptions
Initializes a new instance of the DeleteSessionsOptions class
Top
Properties
  NameDescription
Public propertySessionIds
Gets or sets an array containing IDs of sessions to be deleted.
Top
See Also