Imports data into the scheduler from a file of the specified format.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void Import(
	string path,
	FileFormatEnum format
)
Visual Basic
Public Sub Import ( _
	path As String, _
	format As FileFormatEnum _
)

Parameters

path
Type: System..::..String
A 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
Type: C1.C1Schedule..::..FileFormatEnum
The FileFormatEnum value.

See Also