ICategoryNodeRemovePermission Method
|
Remove a UserGroup's permission entries from this CategoryNode.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemovePermission(
IUserGroup group
)
Function RemovePermission (
group As IUserGroup
) As Boolean
bool RemovePermission(
IUserGroup^ group
)
abstract RemovePermission :
group : IUserGroup -> bool Parameters
- group IUserGroup
- UserGroup from which to remove permissions. Note that if the parameter value is null, nothing will happen.
Return Value
BooleanTrue if this CategoryNode doesn't inherit permissions and permission entry for the group exists. Otherwise, this method returns false.
See Also