Adds a new Resource to the collection.
            
    Namespace: 
   DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# | 
|---|
public int Add( string name, string id )  | 
| Visual Basic (Declaration) | 
|---|
Public Function Add ( _ name As String, _ id As String _ ) As Integer  | 
| Visual C++ | 
|---|
public: int Add( String^ name, String^ id )  |