IAppointmentStorageBase.SaveToXml(Stream) Method
In This Article
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
#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