IBlockedGroupsSecurityCollectionTManagerRemoveUserGroupBlock Method
|
Removes the blocking to a
Group
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveUserGroupBlock(
IUserGroup group
)
Function RemoveUserGroupBlock (
group As IUserGroup
) As Boolean
bool RemoveUserGroupBlock(
IUserGroup^ group
)
abstract RemoveUserGroupBlock :
group : IUserGroup -> bool
Parameters
- group
- Type: Ingeniux.CMSIUserGroup
The group to which to allow access
Return Value
Type:
BooleanTrue if this
Group was blocked prior to this method call. Otherwise, this method returns false.
See Also