Removes user from the calling group

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

Syntax

C#
bool RemoveUser(
	string userId
)
Visual Basic
Function RemoveUser ( _
	userId As String _
) As Boolean
Visual C++
bool RemoveUser(
	String^ userId
)

Parameters

userId
Type: System..::..String
User ID to remove

Return Value

True on success, false on failure

See Also