Delegate InfoObjectRepository<TCollection, TObject, TSettings>.LoadCollectionHandler
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Delegate to define the handle to load the collection of this type.
public delegate TCollection InfoObjectRepository<TCollection, TObject, TSettings>.LoadCollectionHandler(IInfoObjectRepository<TCollection> repository, string name)
Parameters
repository
IInfoObjectRepository<TCollection>Repository into which the collection loads
name
stringCollection name
Returns
- TCollection
- Delegate to define the handle to load the collection of this type.
- Extension Methods