ModifyGroupOptions Class

The options for modifying group membership.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsModifyGroupOptions

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 ModifyGroupOptions

The ModifyGroupOptions type exposes the following members.

Constructors
  NameDescription
Public methodModifyGroupOptions
Initializes a new instance of the ModifyGroupOptions class
Top
Properties
  NameDescription
Public propertyAccountIds
Gets or sets an array containing IDs of accounts to be modified.
Public propertyGroupIds
Gets or sets an array containing IDs of groups to be modified.
Top
See Also