Adds a new Link to the collection.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public int Add(
	string from,
	string to
)
Visual Basic
Public Function Add ( _
	from As String, _
	to As String _
) As Integer
Visual C++
public:
int Add(
	String^ from, 
	String^ to
)

Parameters

from
Type: System..::..String
to
Type: System..::..String

Return Value

See Also