Remove a user's seat. Exception is thrown if user is not seated yet.

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

Syntax

C#
void RemoveSeat(
	IUser user
)
Visual Basic
Sub RemoveSeat ( _
	user As IUser _
)
Visual C++
void RemoveSeat(
	IUser^ user
)

Parameters

user
Type: Cartella.Interfaces..::..IUser
User to remove seat for

Field Value

Void

See Also