Click or drag to resize

ISchemaCommonField(Int32) Method


Retrieves a schema field by its positional index.

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

Parameters

index  Int32
Position of the field

Return Value

ISchemaField
Field as the given position. If this position is out of range, returns null.
See Also