Click or drag to resize
BulkInsertEventArgs Constructor (ObjectTypeInfo, IEnumerableIInfo)
Creates new instance of BulkInsertEventArgs.

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

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Processed type info
objects
Type: System.Collections.GenericIEnumerableIInfo
Inserted objects
See Also