Click or drag to resize
InfoObjectCollectionGetItem Method
Gets the item on the specified index.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected override BaseInfo GetItem(
	int index
)

Parameters

index
Type: SystemInt32
Item index to get

Return Value

Type: BaseInfo
See Also