ISchemaFieldDefinitionsItem Method Ingeniux CMS Content Store API

Retrieves a field type by its name.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference