Skip to main content

IAppointmentDependencyStorage.SaveToXml(Stream) Method

Saves appointment dependencies from the storage to the specified stream.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

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