Skip to main content

AppointmentDependencyDataStorage.SaveToXml(Stream) Method

Saves appointment dependencies from this AppointmentDependencyDataStorage to the specified stream.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void SaveToXml(
    Stream stream
)

Parameters

Name Type Description
stream Stream

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

Remarks

The saved objects can be then restored using the AppointmentDependencyDataStorage.LoadFromXml method.

See Also