Skip to main content

Dashboard.LoadUserDataFromXml(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 user data from the specified dashboard XML file.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v25.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public static XElement LoadUserDataFromXml(
    string filePath
)

Parameters

Name Type Description
filePath String

A String that specifies the path to a file that contains a dashboard.

Returns

Type Description
XElement

A XElement object that represents the XML element containing user data.

See Also