IUserRights Interface Ingeniux CMS Content Store API

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

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

Reference