XPDictionary.LoadXmlMetadata(String) Method
In This Article
OBSOLETE
We do not recommend that you use this method due to potential vulnerabilities if the input XML document contains names of untrusted assemblies and types. Validate or sanitize the input XML documents even in testing and non-production environments for the best security.
Loads metadata stored in a file in XML format.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
#Declaration
[Obsolete("We do not recommend that you use this method due to potential vulnerabilities if the input XML document contains names of untrusted assemblies and types. Validate or sanitize the input XML documents even in testing and non-production environments for the best security.", false)]
public void LoadXmlMetadata(
string filename
)
See Also