Click or drag to resize

ISchemaFieldDefinitionsItemByID Method


Retrieves a field type by its internal ID. Refer to the full list of field type IDs at SchemaFieldDefinitions.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
ISchemaFieldType ItemByID(
	string id
)

Parameters

id  String
The field type's internal ID.

Return Value

ISchemaFieldType
Field type with a matching internal ID. If this ID doesn't exist, returns null.
Remarks
The internal ID is not the same as the enum type of elements
See Also