Click or drag to resize

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
Members
  Member nameValueDescription
IGX_ATTRIBUTE0 Gets the attribute field type
IGX_ELEMENT_TEXT1 Gets the text element field type
IGX_ELEMENT_CDATA2 Gets the field type for DHTML/XHTML elements with content wrapped in CDATA
IGX_COMPONENT3 Gets the field type for fields that brings in content from a component (xPower elements)
IGX_LINK4 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_INSERT5 Gets the field type for fields that bring in content from either a local file to an external URL (xPower element)
IGX_NAVIGATION6 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_EXECUTE7 Obsolete. Gets the deprecated field type for fields that bring in structured content by invoking a method on a COM object (xPower element)
IGX_COBRAND8 Obsolete. Gets the deprecated xPower element field type
IGX_COBRAND_GROUP9 Obsolete. Gets the deprecated xPower group element field type
IGX_JAVA_EXECUTE10 Obsolete. Gets the deprecated field type for fields that bring in structured content by invoking a Java object (xPower element)
IGX_SCRIPT11 Obsolete. Gets the deprecated field type for fields that bring in structured content by invoking a Microsoft JScript fragment (xPower element)
IGX_CONTAINER_NAVIGATION12 Obsolete. Gets the deprecated container navigation element field type (xPower element)
IGX_BOOLEAN13 Gets the field type for fields that store a true/false value
IGX_PASSWORD14 Gets the field type for fields that store a text value that has be encrypted (xPower element)
IGX_GROUP_START15 Gets the field type for fields that mark the start of a group (for schema use only)
IGX_GROUP_END16 Gets the field type for fields that mark the end of a group (for schema use only)
IGX_LIST17 Gets the field type for fields that contain a collection of single fields with same name, label, and field type (xPower element)
IGX_TAXONOMYNAVIGATION18 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_REFERENCES19 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_LINKSET20 Gets the field type for fields that bring extracted content from multiple Pages (xPower element)
IGX_ENUMERATION21 Gets the field type for fields that provide a list of choices for a single selection
IGX_DATE22 Gets the field type for fields that store a UTC DateTime value as a string
IGX_LOCAL_DATE23 Gets the field type for fields that store a local DateTime value as a string with only the Date information
IGX_LOCAL_TIME24 Gets the field type for fields that store a local DateTime value as a string with only the Time information
IGX_MULTI_SELECT25 Gets the field type for fields that provide a list of choices for multiple selections
IGX_IMAGE26 Obsolete. Gets the deprecated field type for fields that refer to an Image asset
IGX_MEDIA27 Obsolete. Gets the deprecated field type for fields that refer to a Media asset
IGX_DOCUMENT28 Obsolete. Gets the deprecated field type for fields that refer to a Document asset
IGX_DYNAMIC_EXECUTE29 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_ASSET30 Gets the field type for fields that reference an Asset object
IGX_ASSETLINKSET31 Gets the field type for Asset linksset fields
IGX_ASSETNAVIGATION32 Gets the field type for Asset navigation fields
IGX_ASSETTAXONOMYNAVIGATION33 Gets the field type for Asset taxonomy navigation fields
IGX_XML34 Gets the field type for fields that contain raw xml
IGX_DEPENDENCYNAVIGATION35 Gets the field type for fields that contain a structure of content items based on dependency references
See Also