Click or drag to resize
ObjectRepositoryTCollection, TObject, TSettingsItem Property (Int32)
Returns the collection of objects.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public TCollection this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of the collection

Property Value

Type: TCollection
See Also