XPDictionary.LoadXmlMetadata(XmlReader) Method
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 with the specified XmlTextReader.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
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(
XmlReader reader
)
Parameters
Name | Type | Description |
---|---|---|
reader | XmlReader | An instance of the XmlTextReader containing XML data to read. |
See Also