Click or drag to resize

ICategoryNodeAddPermission Method


Adds a new permission to this CategoryNode.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void AddPermission(
	INodeLevelPermission groupAccess
)

Parameters

groupAccess  INodeLevelPermission
Permission with both IUserGroup information and access type.
Remarks
If this CategoryNode was inheriting permissions before, this action will cause it to have its own permissions. Its descendants inherit its permissions by default.
See Also