ICategoryNodeAddPermissions Method Ingeniux CMS Content Store API

Adds a collection of new permissions 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 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

Reference