Click or drag to resize
BulkDeleteEventArgs Constructor (ObjectTypeInfo, IWhereCondition)
Creates new instance of BulkDeleteEventArgs.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public BulkDeleteEventArgs(
	ObjectTypeInfo typeInfo,
	IWhereCondition whereCondition
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Processed type info
whereCondition
Type: CMS.DataEngineIWhereCondition
Where condition for the bulk update
See Also