Click or drag to resize
InfoObjectRepositoryOnNewCollectionHandler Delegate
New collection delegate

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public delegate IInfoObjectCollection<BaseInfo> OnNewCollectionHandler(
	string type,
	BaseInfo parentObject,
	InfoObjectRepository repository
)

Parameters

type
Type: SystemString
Object type of the collection
parentObject
Type: CMS.DataEngineBaseInfo
Parent object
repository
Type: CMS.DataEngineInfoObjectRepository
Parent repository

Return Value

Type: IInfoObjectCollectionBaseInfo
See Also