Imports the scheduler's data from a stream whose data is in the specified format.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.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.

See Also