EditableItems Methods |
The EditableItems type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Returns the cloned object.
| |
ContainsColumn |
Returns true if the structure contains specific column.
| |
GetContentXml |
Returns the xml code of the document contents (Editable regions, web parts).
| |
GetFirstKey |
Gets the first key from the key list defined as string with ';' as separator.
| |
GetValue |
Gets the value of specific field.
| |
GetXmlElement |
Gets the XML element for the data
| |
LoadContentXml |
Loads the content XML to the content table.
| |
LoadFromXmlElement |
Loads the data from the given XML element
| |
SetValue |
Sets the value of specific field.
| |
TryGetValue |
Tries to get the value of specific column.
|
Name | Description | |
---|---|---|
CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) | |
ToXML(XmlWriter, Boolean) | Overloaded.
Writes XML representation of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) | |
ToXML(String, Boolean) | Overloaded.
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) | |
ToXML(XmlWriter, ListString, Boolean) | Overloaded.
Writes XML representation of selected columns of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) |