Click or drag to resize

IBlockedGroupsSecurityCollectionTManagerRemoveUserGroupBlock Method


Removes the blocking to a Group

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveUserGroupBlock(
	IUserGroup group
)

Parameters

group
Type: Ingeniux.CMSIUserGroup
The group to which to allow access

Return Value

Type: Boolean
True if this Group was blocked prior to this method call. Otherwise, this method returns false.
See Also