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.5.94
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