ISchemaContentItem Property
|
Gets one of this content item's
fields by its index number.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISchemaUnit this[
int index
] { get; }ReadOnly Default Property Item (
index As Integer
) As ISchemaUnit
Get
property ISchemaUnit^ default[int index] {
ISchemaUnit^ get (int index);
}abstract Item : ISchemaUnit with get
Parameters
- index Int32
- The index of the field to retrieve.
Return Value
ISchemaUnitThe specified
content field.
See Also