Click or drag to resize
StructuredData Class
Basic structured object implementation for valid XMLs.
Inheritance Hierarchy
SystemObject
  CMS.DataEngine.SerializationStructuredData

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class StructuredData : IStructuredData

The StructuredData type exposes the following members.

Constructors
  NameDescription
Public methodStructuredData
Top
Methods
  NameDescription
Public methodGetXmlElement
Gets the XML element for the data
Public methodLoadFromXmlElement
Loads the data from the given XML element
Top
See Also