Click or drag to resize

ICategoryNodeAddPermissions Method


Adds a collection of new permissions to this CategoryNode.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void AddPermissions(
	IEnumerable<INodeLevelPermission> groupAccess
)

Parameters

groupAccess
Type: System.Collections.GenericIEnumerableINodeLevelPermission
Permissions with both IUserGroup information and access type.
Remarks
If this CategoryNode was inheriting permissions before, this action causes it to have its own permissions. Its descendants will inherit its permissions by default.
See Also