Class BulkDeleteSettings
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Configuration class for BulkDelete(IWhereCondition, BulkDeleteSettings).
public sealed class BulkDeleteSettings
- Inheritance
-
objectBulkDeleteSettings
- 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
.