Adds a new Link to the collection.
Namespace: DayPilot.Web.UiAssembly: 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 ) |