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.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
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 propertyAccountId Gets or sets the ID of the account whose recycle bin should restore all items from. If not specified, the currently logged in account is used.
Public propertyIds Gets the file/folder IDs.
Public propertyIsTenantIdSpecified Gets a value indicating whether the tenant ID was specifed (either as null or non-null).
Public propertyRestoreAllItems Gets or sets a value indicating whether to restore all the items in the recycle bin.
Public propertyTenantId Gets or sets the ID of the tenant corresponding to the specified account. If not specified, the system will attempt to automatically determine the tenant.
Top
See Also