[]
        
(Showing Draft Content)

C1.Schedule.C1ScheduleStorage.ReadAppointments

ReadAppointments Method

ReadAppointments(Stream, FileFormatEnum)

Reads appointments data from a stream.

Declaration
public IList<Appointment> ReadAppointments(Stream stream, FileFormatEnum format)
Parameters
Type Name Description
Stream stream

A Stream object which specifies the stream that contains the data to import to the scheduler.

FileFormatEnum format

The FileFormatEnum value.

Returns
Type Description
IList<Appointment>

Returns collection of appointments.

Remarks

As opposed to the Import methods, this method doesn't add appointments to the C1ScheduleStorage. You can use it to analyze serialized data.