Click or drag to resize
InfoObjectRepository.LoadCollection Method
Loads the given collection.

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

Parameters

settings
Type: CMS.DataEngine.InfoCollectionSettings
Collection settings

Return Value

Type: IInfoObjectCollection<BaseInfo>
See Also