Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / C1ScheduleStorage Class / Import Method
A System.IO.Stream object which specifies the stream that contains the data to import to the scheduler.
The FileFormatEnum value.

In This Topic
    Import Method (C1ScheduleStorage)
    In This Topic
    Imports the scheduler's data from a stream whose data is in the specified format.
    Syntax
    'Declaration
     
    
    Public Sub Import( _
       ByVal stream As Stream, _
       ByVal format As FileFormatEnum _
    ) 
    public void Import( 
       Stream stream,
       FileFormatEnum format
    )

    Parameters

    stream
    A System.IO.Stream object which specifies the stream that contains the data to import to the scheduler.
    format
    The FileFormatEnum value.
    See Also