ICategoryNodePermissions Method Ingeniux CMS Content Store API

Gets the permissions of this CategoryNode.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference