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