Open this page in the API Guide

GetGroupInfosOptions Class

The options for getting limited information about multiple groups.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.GetGroupInfosOptions

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 GetGroupInfosOptions

The GetGroupInfosOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetGroupInfosOptions
Initializes a new instance of the GetGroupInfosOptions 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