Open this page in the API Guide

GetGroupsOptions Class

The options for getting multiple groups.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.GetGroupsOptions

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 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