Click or drag to resize

IUserManagerRemoveUserGroup Method


Removes a User Group from the Content Store.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveUserGroup(
	IUserGroup userGroup
)

Parameters

userGroup  IUserGroup
The User Group to remove

Return Value

Boolean
True if "userGroup" is not null and exists, false otherwise.
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the "userGroup" is the Administrators Group, which cannot be removed
SecurityExceptionWhen the Operating User doesn't have administrative privileges.
Remarks

If the "userGroup" parameter value is null, returns false.

The Administrators Group cannot be removed.

This method fires two events: BeforeUserGroupDelete and AfterUserGroupDelete.

See Also