SetPrivilegesOptions Class

The data contract class for specifying how to set privileges on a file system entry.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsSetPrivilegesOptions

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

The SetPrivilegesOptions type exposes the following members.

Constructors
  NameDescription
Public methodSetPrivilegesOptions
Initializes a new instance of the SetPrivilegesOptions class
Top
Properties
  NameDescription
Public propertyPrivilegeAssignments
Gets or sets the privilege assignments.
Public propertyPrivilegeInheritanceBehavior
Gets or sets the privilege inheritance behavior.
Top
See Also