EnumElementType Enumeration
|
The list of field types on a
Page.
Namespace:
Ingeniux.CMS.Enums
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public enum EnumElementType
Public Enumeration EnumElementType
public enum class EnumElementType
Members
| Member name | Value | Description |
---|
| IGX_ATTRIBUTE | 0 |
Attribute
|
| IGX_ELEMENT_TEXT | 1 |
Text element
|
| IGX_ELEMENT_CDATA | 2 |
DHTML/XHTML element with content wrapped in CDATA
|
| IGX_COMPONENT | 3 |
Field that brings in content from a component (xPower element)
|
| IGX_LINK | 4 |
Fields that bring in extracted content from one Page to another pointing to an asset path or external URL (xPower element)
|
| IGX_INSERT | 5 |
Field that brings in content from either a local file to an external URL (xPower element)
|
| IGX_NAVIGATION | 6 |
Field that brings in Pages that are structurally related to the Page in which the field resides (xPower element)
|
| IGX_COM_EXECUTE | 7 | Obsolete.
Field that brings in structured content by invoking method on a COM object (xPower element)
|
| IGX_COBRAND | 8 | Obsolete.
xPower element
|
| IGX_COBRAND_GROUP | 9 | Obsolete.
xPower element
|
| IGX_JAVA_EXECUTE | 10 | Obsolete.
Field that brings in structured content by invoking a Java object (xPower element)
|
| IGX_SCRIPT | 11 | Obsolete.
Field that brings in structured content by invoking a Microsoft JScript fragment (xPower element)
|
| IGX_CONTAINER_NAVIGATION | 12 | Obsolete.
xPower element
|
| IGX_BOOLEAN | 13 |
Field that stores a true/false value
|
| IGX_PASSWORD | 14 |
Field that stores a text value that has be encrypted (xPower element)
|
| IGX_GROUP_START | 15 |
Field that groups other types of fields together (xPower element)
|
| IGX_GROUP_END | 16 |
Field that marks the end of a group (for schema use only)
|
| IGX_LIST | 17 |
Field that provides a collection of single fields with same name, label, and field type (xPower element)
|
| IGX_TAXONOMYNAVIGATION | 18 |
Field that brings in Pages that are related via Category associations to the Page in which this field resides
(xPower element)
|
| IGX_REFERENCES | 19 |
Field that brings in Pages that are related via crossreferences to the Page in which this field resides (xPower element)
|
| IGX_LINKSET | 20 |
Field that brings extracted content from multiple Pages (xPower element)
|
| IGX_ENUMERATION | 21 |
Field that provides a list of choices for a single selection
|
| IGX_DATE | 22 |
Field that stores a UTC DateTime value as a string
|
| IGX_LOCAL_DATE | 23 |
Field that stores a local DateTime value as a string that keeps only the Date information
|
| IGX_LOCAL_TIME | 24 |
Field that stores a local DateTime value as a string that keeps only the Time information
|
| IGX_MULTI_SELECT | 25 |
Field that provides a list of choices for multiple selections
|
| IGX_IMAGE | 26 |
Field that refers to an Image asset
|
| IGX_MEDIA | 27 |
Field that refers to an Media asset
|
| IGX_DOCUMENT | 28 |
Field that refers to a Document asset
|
| IGX_DYNAMIC_EXECUTE | 29 |
Field that brings in structured content by invoking a .NET object, inherits the "IDynamicExecuteComponent" interface from the RTAPI (xPower element)
|
| IGX_ASSET | 30 |
Field that references a CMS.Asset object
|
| IGX_ASSETLINKSET | 31 |
Field that references a CMS.Asset object
|
| IGX_ASSETNAVIGATION | 32 |
Field that references a CMS.Asset object
|
| IGX_ASSETTAXONOMYNAVIGATION | 33 |
Field that references a CMS.Asset object
|
| IGX_XML | 34 |
Field that contains raw xml
|
See Also