GetGroupsOptions Class

The options for getting multiple groups.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetGroupsOptions

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 GetGroupsOptions

The GetGroupsOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetGroupsOptions
Initializes a new instance of the GetGroupsOptions class
Top
Properties
  NameDescription
Public propertyGroupIds
Gets or sets an array containing IDs of groups to be retrieved.
Public propertyQueryGroupsOptions
Gets or sets the group query filter.
Top
See Also