ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventsCalendarXmlExchanger Class / Import Method / Import(String) Method
A System.String value containing the full path (including the file name and extension) to a file which contains the data to be imported into the scheduler.

In This Topic
    Import(String) Method
    In This Topic
    Imports data into the scheduler from a file.
    Syntax
    'Declaration
     
    Public Overloads Sub Import( _
       ByVal path As System.String _
    ) 
    public void Import( 
       System.string path
    )

    Parameters

    path
    A System.String value containing the full path (including the file name and extension) to a file which contains the data to be imported into the scheduler.
    See Also