Click or drag to resize

ISchemaCommonField Method (String)


Retrieves a schema field by its name.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
ISchemaField Field(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the field. All schema field names must be valid XML element names.

Return Value

Type: ISchemaField
Field with matching name. If matching name doesn't exist, returns null.
See Also

Reference

[!:Ingeniux.CMS.ISchemaBasic.Fields]
[!:Ingeniux.CMS.ISchemaBasic.FieldsCount]
[!:Ingeniux.CMS.ISchemaBasic.AddField]
[!:Ingeniux.CMS.ISchemaBasic.RemoveField]
[!:Ingeniux.CMS.ISchemaBasic.ClearFields]