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