Table of Contents

Interface IStructuredData

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Interface for the structured objects

public interface IStructuredData
Extension Methods

Methods

GetXmlElement(XmlDocument)

Gets the XML element for the data

XmlElement GetXmlElement(XmlDocument doc)

Parameters

doc XmlDocument

Parent XML document

Returns

XmlElement

LoadFromXmlElement(XmlElement)

Loads the data from the given XML element

void LoadFromXmlElement(XmlElement element)

Parameters

element XmlElement

XML element