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.3.169
Syntax bool RemovePermission(
IUserGroup group
)
Function RemovePermission (
group As IUserGroup
) As Boolean
bool RemovePermission(
IUserGroup^ group
)
abstract RemovePermission :
group : IUserGroup -> bool
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:
BooleanTrue if this CategoryNode doesn't inherit permissions and permission entry for the group exists. Otherwise, this method returns false.
See Also