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.6.492
Syntax
ISchemaFieldType Item(
	string name
)

Parameters

name  String
Name of field type to retrieve

Return Value

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