InfoObjectRepositoryTCollection, TObject, TSettingsLoadCollectionHandler Delegate |
Delegate to define the handle to load the collection of this type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
TCollectionSee Also