Click or drag to resize

ICategoryNodePermissions Method


Gets the permissions of this CategoryNode.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<INodeLevelPermission> Permissions()

Return Value

Type: IEnumerableINodeLevelPermission
Collection of permissions. If no permission is defined at any level, it will be one entry of FULL_ACCESS for "Everyone".
See Also