Permenantly delete a GroupRole

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

Syntax

C#
bool DeleteGroupRole(
	ref IGroupRole groupRole
)
Visual Basic
Function DeleteGroupRole ( _
	ByRef groupRole As IGroupRole _
) As Boolean
Visual C++
bool DeleteGroupRole(
	IGroupRole^% groupRole
)

Parameters

groupRole
Type: Cartella.Interfaces..::..IGroupRole%

Field Value

Boolean

Return Value

True if successful

See Also