INodeLevelPermission Interface
|
Represents a unit of security permission to apply to a particular object. The object represents a node in the tree structure.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntaxpublic interface INodeLevelPermission
Public Interface INodeLevelPermission
public interface class INodeLevelPermission
type INodeLevelPermission = interface end
The INodeLevelPermission type exposes the following members.
Properties
| Name | Description |
---|
 | GroupId |
Gets and sets the UserGroup ID for this permission entry.
|
 | Permission |
Gets and sets the permission for the given UserGroup.
|
Top
Examples
This permission object is used on
Page and
CategoryNode objects to describe security permissions.
See Also