Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / C1ScheduleStorage Class / Import Method / Import(String,FileFormatEnum) 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.
The FileFormatEnum value.

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

    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.
    format
    The FileFormatEnum value.
    See Also