Click or drag to resize
BulkInsertHandlerStartEvent Method (ObjectTypeInfo, IEnumerableIInfo)
Initiates the event handling.

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

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Type information regarding the objects inserted.
objects
Type: System.Collections.GenericIEnumerableIInfo
Collection of inserted objects

Return Value

Type: BulkInsertHandler
See Also