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.5.94
Syntax
void AddPermission(
	INodeLevelPermission groupAccess
)

Parameters

groupAccess
Type: Ingeniux.CMSINodeLevelPermission
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