FileSystemService.restoreAllRecycleBinEntries Method

Restores all the recycled files or folders in the recycle bin.
 

Parameters

accountId

Type: String
(optional) The ID of the account to restore the recycle bin contents for. If not specified, the account making the call is used.
Optional: True
tenantId

Type: String
(optional) The ID of the tenant corresponding to the specified account. If not specified, the system will attempt to automatically determine the tenant.
Optional: True

Return Value


Type: jQuery.Promise
Value: Object
A promise object that is resolved when the call is complete. See Dundas.BI.WebApi.Models.RestoreResultData for the structure of the returning object.