Adds a new permission to this CategoryNode.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
void AddPermission(
INodeLevelPermission groupAccess
)
Sub AddPermission (
groupAccess As INodeLevelPermission
)
void AddPermission(
INodeLevelPermission^ groupAccess
)
abstract AddPermission :
groupAccess : INodeLevelPermission -> unit
Parameters
- groupAccess
- Type: Ingeniux.CMSINodeLevelPermission
Permission with both IUserGroup information and access type.
If this CategoryNode was inheriting permissions before, this action will cause it to have its own permissions. Its descendants inherit its permissions by default.
Reference