Imports the scheduler's data from a stream whose data is in the specified format.
Namespace:
C1.C1ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public void Import( Stream stream, FileFormatEnum format ) |
Visual Basic |
---|
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.