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

Syntax

C#
void SetVote(
	string entityID,
	string userID,
	int vote
)
Visual Basic
Sub SetVote ( _
	entityID As String, _
	userID As String, _
	vote As Integer _
)
Visual C++
void SetVote(
	String^ entityID, 
	String^ userID, 
	int vote
)

Parameters

entityID
Type: System..::..String
userID
Type: System..::..String
vote
Type: System..::..Int32

See Also