Click or drag to resize
InfoObjectRepositoryLoadCollection Method
Loads the given collection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected override IInfoObjectCollection<BaseInfo> LoadCollection(
	InfoCollectionSettings settings
)

Parameters

settings
Type: CMS.DataEngineInfoCollectionSettings
Collection settings

Return Value

Type: IInfoObjectCollectionBaseInfo
See Also