Click or drag to resize
StructuredFieldTImplementationTypeCreateStructuredValue Method
Creates the object from the given XML value

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public IStructuredData CreateStructuredValue(
	string xmlValue
)

Parameters

xmlValue
Type: SystemString

Return Value

Type: IStructuredData

Implements

IStructuredFieldCreateStructuredValue(String)
See Also