RecycleBinDialog Constructor

Initializes the RecycleBinDialog. Called during construction.
 

Parameters

accountId

Type: String
(Optional) If not null, specifies the account ID of the recycle bin to display. Otherwise displays the recycle bin of the current user.
Optional: True

Examples

The following example initializes a new instance of a RecycleBinDialog object:

var newObject = new dundas.controls.RecycleBinDialog();