IPageCreationRuleRemoveGroup Method
|
Removes a
Group from the list of group explicitly allowed to use this page creation rule.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveGroup(
IUserGroup grp
)
Function RemoveGroup (
grp As IUserGroup
) As Boolean
bool RemoveGroup(
IUserGroup^ grp
)
abstract RemoveGroup :
grp : IUserGroup -> bool Parameters
- grp IUserGroup
- Group to remove from the allowed list
Return Value
BooleanTrue if this group is not null and is currently in the list of allowed groups. Otherwise, this method returns false.
See Also