Table of Contents

Class BulkDeleteSettings

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll
public sealed class BulkDeleteSettings
Inheritance
object
BulkDeleteSettings
Extension Methods

Properties

ObjectType

Object type to delete. The object type determines the set of deleted dependencies, and may restrict the set of deleted data. If not provided, default provider object type is used.

public string ObjectType { get; set; }

Property Value

string

RemoveDependencies

Indicates whether dependencies of deleted objects are also removed, as it was deleted via API.

public bool RemoveDependencies { get; set; }

Property Value

bool

Remarks

Default false.