RestoreRecycleBinOptions Class

The DTO for providing options for restoring files and folders in the recycle bin.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsRestoreRecycleBinOptions

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

The RestoreRecycleBinOptions type exposes the following members.

Constructors
  NameDescription
Public methodRestoreRecycleBinOptions
Initializes a new instance of the RestoreRecycleBinOptions class.
Top
Properties
  NameDescription
Public propertyIds
Gets the file/folder IDs.
Public propertyRestoreAllItems
Gets or sets a value indicating whether to restore all the items in the recycle bin.
Top
See Also