Click or drag to resize

ICategoryNodeRemovePermission Method


Remove a UserGroup's permission entries from this CategoryNode.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemovePermission(
	IUserGroup group
)

Parameters

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

Return Value

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