Imports the scheduler's data from a stream whose data is in the specified format.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public void Import( Stream stream, FileFormatEnum format ) |
Visual Basic (Declaration) |
---|
Public Sub Import ( _ stream As Stream, _ format As FileFormatEnum _ ) |
Parameters
- stream
- Type: System.IO..::..Stream
A Stream object which specifies the stream that contains the data to import to the scheduler.
- format
- Type: C1.C1Schedule..::..FileFormatEnum
The FileFormatEnum value.