IPublishingSystemSecurityRemoveUserGroupBlock Method Ingeniux CMS Content Store API

Removes the blocking to a Group

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference