IUserManagerRemoveRole Method Ingeniux CMS Content Store API

Removes a Group Role from the Content Store.

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

Reference