Click or drag to resize

ISchemaCommonFields Method


Gets the collection of fields in this schema.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<ISchemaField> Fields()

Return Value

IEnumerableISchemaField
Collection of schema fields in its natural order.
See Also