Click or drag to resize

ISchemaCommonField Method (Int32)


Retrieves a schema field by its positional index.

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

Parameters

index
Type: SystemInt32
Position of the field

Return Value

Type: ISchemaField
Field as the given position. If this position is out of range, 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]