Table of Contents

Class BulkDeleteEventArgs

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Bulk delete event arguments.

public sealed class BulkDeleteEventArgs : CMSEventArgs
Inheritance
object
EventArgs
BulkDeleteEventArgs
Inherited Members
Extension Methods

Constructors

BulkDeleteEventArgs()

Creates new instance of BulkDeleteEventArgs.

[Obsolete("This constructor is meant for system purposes, it shouldn't be used directly. Use constructor with type info and where condition.")]
public BulkDeleteEventArgs()

BulkDeleteEventArgs(ObjectTypeInfo, IWhereCondition)

Creates new instance of BulkDeleteEventArgs.

public BulkDeleteEventArgs(ObjectTypeInfo typeInfo, IWhereCondition whereCondition)

Parameters

typeInfo ObjectTypeInfo

Processed type info

whereCondition IWhereCondition

Where condition for the bulk update

Properties

TypeInfo

Processed type info.

public ObjectTypeInfo TypeInfo { get; }

Property Value

ObjectTypeInfo

WhereCondition

Where condition for the bulk delete.

public IWhereCondition WhereCondition { get; }

Property Value

IWhereCondition