Click or drag to resize

ISchemaFieldDefinitionsElementType Method


Retrieves a field type by element type enum value.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
ISchemaFieldType ElementType(
	EnumElementType elementType
)

Parameters

elementType
Type: Ingeniux.CMS.EnumsEnumElementType
Type of page element

Return Value

Type: ISchemaFieldType
Field type with matching element type enum value.
Remarks
If element type is IGX_ATTRIBUTE, returns the attribute type.
See Also