Exports the appointments' data to a file in the specified format.

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

Syntax

C#
public void Export(
	string path,
	IList<Appointment> appointments,
	FileFormatEnum format
)
Visual Basic
Public Sub Export ( _
	path As String, _
	appointments As IList(Of Appointment), _
	format As FileFormatEnum _
)

Parameters

path
Type: System..::..String
A String containing the full path (including the file name and extension) to export.
appointments
Type: System.Collections.Generic..::..IList<(Of <(<'Appointment>)>)>
IList<(Of <(<'T>)>)> to be exported.
format
Type: C1.C1Schedule..::..FileFormatEnum
The FileFormatEnum value.

See Also