ReflectionObjectXMLSerializer..::..LoadFromString Method (String, String, String)
Deserialises an XML payload into an instance of the type identified by
reflectionName, probing preferredAssembly
first during type resolution.
Namespace:
AdvantageCMS.Core.UtilsAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
Parameters
- reflectionName
- Type: String
Fully qualified type name (for example, Namespace.Type).
- xml
- Type: String
XML payload to deserialise.
- preferredAssembly
- Type: String
Simple name of the assembly to probe first. Pass the tenant assembly name when known. null or empty skips the preferred-assembly tier.

