Mark a Role as "Deleted"

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

Syntax

C#
bool RemoveRole(
	ref IRole Role
)
Visual Basic
Function RemoveRole ( _
	ByRef Role As IRole _
) As Boolean
Visual C++
bool RemoveRole(
	IRole^% Role
)

Parameters

Role
Type: Cartella.Interfaces..::..IRole%
Role to remove

Field Value

Boolean

Return Value

True if successful

See Also