Click or drag to resize
EditableItems Methods

The EditableItems type exposes the following members.

Methods
  NameDescription
Public methodClone
Returns the cloned object.
Public methodContainsColumn
Returns true if the structure contains specific column.
Public methodGetContentXml
Returns the xml code of the document contents (Editable regions, web parts).
Public methodGetValue
Gets the value of specific field.
Public methodGetXmlElement
Gets the XML element for the data
Public methodLoadContentXml
Loads the content XML to the content table.
Public methodLoadFromXmlElement
Loads the data from the given XML element
Public methodSetValue
Sets the value of specific field.
Public methodTryGetValue
Tries to get the value of specific column.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyTo
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.)
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Top
See Also