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.6.492
Syntax
bool RemoveUserGroupBlock(
	IUserGroup group
)

Parameters

group  IUserGroup
The group to which to allow access

Return Value

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