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

Syntax

C#
void ChangeSubscription(
	string entityID,
	string userID,
	bool subscribe
)
Visual Basic
Sub ChangeSubscription ( _
	entityID As String, _
	userID As String, _
	subscribe As Boolean _
)
Visual C++
void ChangeSubscription(
	String^ entityID, 
	String^ userID, 
	bool subscribe
)

Parameters

entityID
Type: System..::..String
userID
Type: System..::..String
subscribe
Type: System..::..Boolean

See Also