Click or drag to resize

IUserRights Interface


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: 10.5.94
Syntax
public interface IUserRights

The IUserRights type exposes the following members.

Properties
  NameDescription
Public propertyUserRight1
Gets and sets the first section of the permissions.
Public propertyUserRight2
Gets and sets the second section of the permissions.
Top
Methods
  NameDescription
Public methodToStringNames
Retrieves the friendly names of all permission entries from both sections.
Top
See Also