Retrieves a schema field 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
- fieldName
- Type: SystemString
Name of the field. All schema field names must be valid XML element names.
Return Value
Type: ISchemaFieldField with matching name. If matching name doesn't exist, returns null.
See Also