Click or drag to resize
BulkInsertEventArgs Constructor (ObjectTypeInfo, IEnumerable<IInfo>)
Creates new instance of BulkInsertEventArgs.

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

Parameters

typeInfo
Type: CMS.DataEngine.ObjectTypeInfo
Processed type info
objects
Type: System.Collections.Generic.IEnumerable<IInfo>
Inserted objects
See Also