BulkInsertHandler.StartEvent Method (ObjectTypeInfo, IEnumerable<IInfo>) |
Initiates the event handling.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntaxpublic 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