Exports the scheduler's data to a file in the specified format.

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

Syntax

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

Parameters

path
Type: System..::..String
A String containing the full path (including the file name and extension) to export the scheduler's data to.
format
Type: C1.C1Schedule..::..FileFormatEnum
The FileFormatEnum value.

See Also