Click or drag to resize

ISchemaContentItem Property


Gets one of this content item's fields by its index number.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
ISchemaUnit this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the field to retrieve.

Return Value

Type: ISchemaUnit
The specified content field.
See Also