Skip to main content
A newer version of this page is available. .

IAppointmentStorageBase.SaveToXml(Stream) Method

Saves appointments from the storage to the specified stream.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

void SaveToXml(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream descendant to which appointment information is written. If null (Nothing in Visual Basic), an exception is raised.

Remarks

To restore appointments from the stream, use the IAppointmentStorageBase.LoadFromXml method.

See Also