ICategoryNodeRemovePermission Method Ingeniux CMS Content Store API

Remove a UserGroup's permission entries from this CategoryNode.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RemovePermission(
	IUserGroup group
)

Parameters

group
Type: Ingeniux.CMSIUserGroup
UserGroup from which to remove permissions. Note that if the parameter value is null, nothing will happen.

Return Value

Type: Boolean
True if this CategoryNode doesn't inherit permissions and permission entry for the group exists. Otherwise, this method returns false.
See Also

Reference