IElement Interface |
Namespace: Ingeniux.CMS
The IElement type exposes the following members.
Name | Description | |
---|---|---|
Expanded |
Gets and sets the Element's field on Edit Form as showing its full details. This value only applies to the Edit Form.
| |
Hidden |
Gets and sets the Element as hidden on the Edit Form.
| |
Indexable |
Gets and sets the field's ability to be indexed for in site search.
| |
IsXpower |
Gets if the Element is a Xpower element, a special Ingeniux CMS Element that executes at runtime (or fully expanded publishing).
| |
Label |
Gets and sets the label (friendly name) of the Element.
| |
Name |
Gets and sets the name of Element.
| |
Readonly |
Gets and sets the Element as read-only on the Edit Form.
| |
Required |
Gets sets the Element's value as required. Pages containing required Elements with empty values cannot be checked in.
| |
Type |
Gets the type of Element.
| |
UniqueID |
Gets the unique ID of the Element.
| |
Value |
Gets and sets the value of the Element.
|
Name | Description | |
---|---|---|
Clone |
Clones the current element and returns a new element. The cloned element usesthe name provided.
|