ISchemaFieldDefinitionsItemByID Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference