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.6.492
Syntax
ISchemaFieldType ElementType(
	EnumElementType elementType
)

Parameters

elementType  EnumElementType
Type of page element

Return Value

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