Skip to main content

AppointmentDependencyCollection.ReadXml(String) Method

Reads the settings of the appointment dependencies from the specified XML file.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#Declaration

public virtual void ReadXml(
    string fileName
)

#Parameters

Name Type Description
fileName String

A String value specifying the path to the file from which appointments should be read. If an empty string is specified, an exception is raised.

#Remarks

Use the ReadXml method to load dependencies that were written to a file in XML format using the AppointmentDependencyCollection.WriteXml method.

See Also