ICategoryNodeAddPermission Method Ingeniux CMS Content Store API

Adds a new permission to this CategoryNode.

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

Reference