Click or drag to resize
InfoObjectRepository<TCollection, TObject, TSettings>.Item Property (String)
Returns the collection of objects indexed by object type, e.g. "cms.user".

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public TCollection this[
	string name
] { get; }

Parameters

name
Type: System.String
Name of the inner collection

Property Value

Type: TCollection
See Also