ISchemaFieldDefinitionsElementType Method Ingeniux CMS Content Store API

Retrieves a field type by element type enum value.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference