IAssetNodeLevelPermission Interface
|
Represents a unit of security permission to apply to a particular asset folder or file.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public interface IAssetNodeLevelPermission
Public Interface IAssetNodeLevelPermission
public interface class IAssetNodeLevelPermission
type IAssetNodeLevelPermission = interface end
The IAssetNodeLevelPermission 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.
|
TopRemarks This permission entry applies to both files and folders.
See Also