Removes the access rights of a given user group to this page.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- group
- Type: Ingeniux.CMSIUserGroup
User Group whose access is to be removed
Return Value
Type: BooleanTrue if given user group's access is successfully removed. Otherwise, returns false.
Remarks
If this Page's security is inherited, no action will be taken and method returns false.
If the Group parameter is not provided, this method returns false.
See Also