Export(Stream,IList<Appointment>,FileFormatEnum) Method
In This Topic
Exports the appointments' data to a stream in the specified format.
Syntax
'Declaration
Public Overloads Sub Export( _
ByVal As System.IO.Stream, _
ByVal As System.Collections.Generic.IList(Of Appointment), _
ByVal As FileFormatEnum _
)
public void Export(
System.IO.Stream ,
System.Collections.Generic.IList<Appointment> ,
FileFormatEnum
)
Parameters
- stream
- A System.IO.Stream object which specifies the stream into which the appointments's data will be exported.
- appointments
- System.Collections.Generic.IList`1 to be exported.
- format
- The FileFormatEnum value.
See Also