Click or drag to resize

ISchemaFieldDefinitionsItem Method


Retrieves a field type by its name.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
ISchemaFieldType Item(
	string name
)

Parameters

name
Type: SystemString
Name of field type to retrieve

Return Value

Type: ISchemaFieldType
Field type with matching name. If the field doesn't exist, returns null.
See Also