Click or drag to resize
EditableItems Class
Editable items container.
Inheritance Hierarchy
SystemObject
  CMS.PortalEngineEditableItems

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public class EditableItems : IDataContainer, 
	ISimpleDataContainer, IStructuredData

The EditableItems type exposes the following members.

Constructors
  NameDescription
Public methodEditableItems
Top
Properties
  NameDescription
Public propertyColumnNames
Returns the available column names.
Public propertyEditableRegions
Editable regions contained within the document.
Public propertyEditableWebParts
Editable WebParts contained within the document.
Public propertyItem
Returns the editable value.
Top
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