[]
Reads appointments data from a stream.
public IList<Appointment> ReadAppointments(Stream stream, FileFormatEnum format)
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. |
Type | Description |
---|---|
IList<Appointment> | Returns collection of appointments. |
As opposed to the Import methods, this method doesn't add appointments to the C1ScheduleStorage. You can use it to analyze serialized data.