Click or drag to resize
ObjectRepositoryTCollection, TObject, TSettingsLoadCollectionHandler Delegate
Delegate to define the handle to load the collection of this type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public delegate TCollection LoadCollectionHandler(
	ObjectRepository<TCollection, TObject, TSettings> repository,
	string name
)

Parameters

repository
Type: CMS.DataEngineObjectRepositoryTCollection, TObject, TSettings
Repository into which the collection loads
name
Type: SystemString
Collection name

Return Value

Type: TCollection
See Also