Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public void Add(
	string from,
	string to,
	LinkType type,
	string id
)
Visual Basic
Public Sub Add ( _
	from As String, _
	to As String, _
	type As LinkType, _
	id As String _
)
Visual C++
public:
void Add(
	String^ from, 
	String^ to, 
	LinkType type, 
	String^ id
)

See Also