Skip to main content

IAppointmentStorageBase.SaveToXml(Stream) Method

Saves appointments from the storage to the specified stream.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#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