AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ReflectionObjectXMLSerializer..::..LoadFromString Method

Loads from string.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static Object LoadFromString(
	string reflectionName,
	string xml
)

Parameters

reflectionName
Type: String
Name of the reflection.
xml
Type: String
The XML.

Return Value

dynamic.