Click or drag to resize

IUserManagerRemoveRole Method


Removes a Group Role from the Content Store.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveRole(
	IGroupRole role
)

Parameters

role
Type: Ingeniux.CMSIGroupRole
The Group Role to remove

Return Value

Type: Boolean
True if the Group Role exists, false otherwise
Exceptions
ExceptionCondition
SecurityExceptionWhen the Operating User doesn't have administrative privileges.
See Also