The C1WebScheduleStorage type exposes the following members.

Methods

  Name Description
Public method Export(Stream, FileFormatEnum)
Exports the scheduler's data to a stream in the specified format.
Public method Export(String, FileFormatEnum)
Exports the scheduler's data to a file in the specified format.
Public method Export(Stream, IList<(Of <<'(Appointment>)>>), FileFormatEnum)
Exports the appointments' data to a stream in the specified format.
Public method Export(String, IList<(Of <<'(Appointment>)>>), FileFormatEnum)
Exports the appointments' data to a file in the specified format.
Public method Import(Stream, FileFormatEnum)
Imports the scheduler's data from a stream whose data is in the specified format.
Public method Import(String, FileFormatEnum)
Imports data into the scheduler from a file of the specified format.
Public method ToString
ToString
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property AppointmentStorage
Gets the WebAppointmentStorage object.
Public property CategoryStorage
Gets the WebCategoryStorage object.
Public property ContactStorage
Gets the WebContactStorage object.
Public property LabelStorage
Gets the WebLabelStorage object.
Public property ResourceStorage
Gets the WebResourceStorage object.
Public property StatusStorage
Gets the WebStatusStorage object.

See Also