ISchemaContentItem Property
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchemaUnit this[
int index
] { get; }
ReadOnly Property Item (
index As Integer
) As ISchemaUnit
Get
property ISchemaUnit^ Item[int index] {
ISchemaUnit^ get (int index);
}
abstract Item : ISchemaUnit with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
ISchemaUnitSee Also