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
Parameters
- name
- Type: SystemString
Name of field type to retrieve
Return Value
Type: ISchemaFieldTypeField type with matching name. If the field doesn't exist, returns null.
See Also