EditableItems Class |
Namespace: CMS.PortalEngine
public class EditableItems : IDataContainer, ISimpleDataContainer, IStructuredData
The EditableItems type exposes the following members.
Name | Description | |
---|---|---|
![]() | EditableItems |
Name | Description | |
---|---|---|
![]() | ColumnNames |
Returns the available column names.
|
![]() | EditableRegions |
Editable regions contained within the document.
|
![]() | EditableWebParts |
Editable WebParts contained within the document.
|
![]() | Item |
Returns the editable value.
|
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).
|
![]() | 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 | |
---|---|---|
![]() | CopyTo |
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.) |
![]() | 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 |
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |