Remove a user role from the folio

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool RemoveUserRole(
	ref IUserRole userRole
)
Visual Basic
Function RemoveUserRole ( _
	ByRef userRole As IUserRole _
) As Boolean
Visual C++
bool RemoveUserRole(
	IUserRole^% userRole
)

Parameters

userRole
Type: Cartella.Interfaces..::..IUserRole%
User role to be removed. This will also remove the userrole record itself.

Return Value

True if successful

See Also