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.6.492
Syntax
IEnumerable<INodeLevelPermission> Permissions()

Return Value

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