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.6.492
Syntax
bool RemoveRole(
	IGroupRole role
)

Parameters

role  IGroupRole
The Group Role to remove

Return Value

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