Exports the appointments' data to a stream 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(
	Stream stream,
	IList<Appointment> appointments,
	FileFormatEnum format
)
Visual Basic
Public Sub Export ( _
	stream As Stream, _
	appointments As IList(Of Appointment), _
	format As FileFormatEnum _
)

Parameters

stream
Type: System.IO..::..Stream
A Stream object which specifies the stream into which the appointments's data will be exported.
appointments
Type: System.Collections.Generic..::..IList<(Of <(<'Appointment>)>)>
IList<(Of <(<'T>)>)> to be exported.
format
Type: C1.C1Schedule..::..FileFormatEnum
The FileFormatEnum value.

See Also