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

ResourceCollection.ReadXml(String) Method

Reads the settings of the resources from the specified XML file.

Namespace: DevExpress.XtraScheduler

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

Declaration

public virtual void ReadXml(
    string fileName
)

Parameters

Name Type Description
fileName String

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

Remarks

Use the ReadXml method to load resources that were written to a file in XML format using the ResourceCollection.WriteXml method. After the resources have been loaded, the SchedulerStorageBase.AppointmentCollectionLoaded event is raised.

See Also