Click or drag to resize

IListElement Properties


The IListElement type exposes the following members.

Properties
  Name Description
Public property AllowEnclosureChange Gets whether the element's Enclosed property is allowed to be changed.
Public property ChildElementLabel Gets the child element's label. A child element's label is determined by its page's schema and cannot be changed.
Public property ChildElementName Gets the child element's name. A child element's name is determined by its page's schema and cannot be changed.
Public property ChildElementType Gets the child element's type. A child element's type is determined by its page's schema and cannot be changed.
Public property Code example Enclosed Gets and sets whether the rendering of the List element at runtime or preview will be contained in a wrapper element.
Public property Expanded Gets and sets the Element's field on Edit Form as showing its full details. This value only applies to the Edit Form.
(Inherited from IElement)
Public property Hidden Gets and sets the Element as hidden on the Edit Form.
(Inherited from IElement)
Public property Indexable Gets and sets the field's ability to be indexed for in site search.
(Inherited from IElement)
Public property IsXpower Gets if the Element is a Xpower element, a special Ingeniux CMS Element that executes at runtime (or fully expanded publishing).
(Inherited from IElement)
Public property Label Gets and sets the label (friendly name) of the Element.
(Inherited from IElement)
Public property MaxItems Gets and sets the maximum amount of list items allowed for this list element. List element is only validated against this property when adding new list items
Public property Name Gets and sets the name of Element.
(Inherited from IElement)
Public property OpenByDefault Indicates to client that this element should display all information on initial get
(Inherited from IElement)
Public property Readonly Gets and sets the Element as read-only on the Edit Form.
(Inherited from IElement)
Public property Required Gets sets the Element's value as required. Pages containing required Elements with empty values cannot be checked in.
(Inherited from IElement)
Public property Type Gets the type of Element.
(Inherited from IElement)
Public property UniqueID Gets the unique ID of the Element.
(Inherited from IElement)
Public property Value Gets and sets the value of the Element.
(Inherited from IElement)
Top
See Also