ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventsCalendarXmlExchanger Class / Export Method / Export(String) Method
A System.String containing the full path (including the file name and extension) to export the scheduler's data to.

In This Topic
    Export(String) Method
    In This Topic
    Exports the scheduler's data to a file.
    Syntax
    'Declaration
     
    Public Overloads Sub Export( _
       ByVal path As System.String _
    ) 
    public void Export( 
       System.string path
    )

    Parameters

    path
    A System.String containing the full path (including the file name and extension) to export the scheduler's data to.
    See Also