Click or drag to resize
BulkInsertHandler.StartEvent Method (ObjectTypeInfo, IEnumerable<IInfo>)
Initiates the event handling.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public BulkInsertHandler StartEvent(
	ObjectTypeInfo typeInfo,
	IEnumerable<IInfo> objects
)

Parameters

typeInfo
Type: CMS.DataEngine.ObjectTypeInfo
Type information regarding the objects inserted.
objects
Type: System.Collections.Generic.IEnumerable<IInfo>
Collection of inserted objects

Return Value

Type: BulkInsertHandler
See Also