Skip to main content

RepositoryItemMRUEdit.LoadItemsFromXml(String) Method

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Loads items from the specified XML file to the RepositoryItemMRUEdit.Items collection.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v25.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void LoadItemsFromXml(
    string fileName
)

Parameters

Name Type Description
fileName String

A string that specifies the full path to the XML file that stores items to be loaded.

Remarks

To save items to an XML file, use the RepositoryItemMRUEdit.SaveItemsToXml method.

See Also