ICategoryNodePermissions Method
|
Gets the permissions of this CategoryNode.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<INodeLevelPermission> Permissions()
Function Permissions As IEnumerable(Of INodeLevelPermission)
IEnumerable<INodeLevelPermission^>^ Permissions()
abstract Permissions : unit -> IEnumerable<INodeLevelPermission>
Return Value
IEnumerableINodeLevelPermissionCollection of permissions. If no permission is defined at any level, it will be
one entry of
FULL_ACCESS for "Everyone".
See Also