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

IAppointmentDependencyStorage.SaveToXml(Stream) Method

Saves appointment dependencies from the storage to the specified stream.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

void SaveToXml(
    Stream stream
)

Parameters

Name Type Description
stream Stream

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

Remarks

To restore appointment dependencies from the stream, use the IAppointmentDependencyStorage.LoadFromXml method.

See Also