Click or drag to resize
InfoObjectRepositoryTCollection, 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: 12.0.0
Syntax
C#
public delegate TCollection LoadCollectionHandler(
	IInfoObjectRepository<TCollection> repository,
	string name
)

Parameters

repository
Type: CMS.DataEngineIInfoObjectRepositoryTCollection
Repository into which the collection loads
name
Type: SystemString
Collection name

Return Value

Type: TCollection
See Also