BatchDeleteOptions Class

The DTO for providing options for delete files and folders.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBatchDeleteOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class BatchDeleteOptions

The BatchDeleteOptions type exposes the following members.

Constructors
  NameDescription
Public methodBatchDeleteOptions
Initializes a new instance of the BatchDeleteOptions class
Top
Properties
  NameDescription
Public propertyDeleteOptions
Gets or sets the delete options.
Public propertyIds
Gets or sets the file/folder IDs.
Top
See Also