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.3.169
Syntax
ISchemaFieldType ItemByID(
	string id
)

Parameters

id
Type: SystemString
The field type's internal ID.

Return Value

Type: 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