IContentItemRemoveSecurityGroup Method
|
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: 10.3.169
Syntaxbool RemoveSecurityGroup(
IUserGroup group
)
Function RemoveSecurityGroup (
group As IUserGroup
) As Boolean
bool RemoveSecurityGroup(
IUserGroup^ group
)
abstract RemoveSecurityGroup :
group : IUserGroup -> bool
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.
RemarksIf 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