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

Parameters

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