EmptyRecycleBinOptions Class

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

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 EmptyRecycleBinOptions

The EmptyRecycleBinOptions type exposes the following members.

Constructors
 NameDescription
Public methodEmptyRecycleBinOptions Initializes a new instance of the EmptyRecycleBinOptions class.
Top
Properties
 NameDescription
Public propertyAccountId Gets or sets the ID of the account whose recycle bin should be emptied. If not specified, the currently logged in account is used.
Public propertyIsTenantIdSpecified Gets a value indicating whether the tenant ID was specifed (either as null or non-null).
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