Represents the collection of security permissions for a Group or User.
It contains two enum sections, each of which contains its own collection of permission types.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IUserRights type exposes the following members.
Properties
Name | Description | |
---|---|---|
UserRight1 |
Gets and sets the first section of the permissions.
| |
UserRight2 |
Gets and sets the second section of the permissions.
|
Methods
Name | Description | |
---|---|---|
ToStringNames |
Retrieves the friendly names of all permission entries from both sections.
|
See Also