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
Parameters
- id
- Type: SystemString
The field type's internal ID.
Return Value
Type: ISchemaFieldTypeField type with a matching internal ID. If this ID doesn't exist, returns null.
Remarks
See Also