Click or drag to resize
BulkDeleteSettings Class
Inheritance Hierarchy
SystemObject
  CMS.DataEngineBulkDeleteSettings

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public sealed class BulkDeleteSettings

The BulkDeleteSettings type exposes the following members.

Constructors
  NameDescription
Public methodBulkDeleteSettings
Top
Properties
  NameDescription
Public propertyObjectType
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 propertyRemoveDependencies
Indicates whether dependencies of deleted objects are also removed, as it was deleted via API.
Top
See Also