UserExportsDialog Constructor

Initializes the UserExportsDialog. Called during construction.
 

Parameters

accountId

Type: string
(Optional)The ID of the account who's exports we want to view.
Optional: True
sessionId

Type: string
(Optional)The ID of the session who's pending exports we want to view.
Optional: True

Examples

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

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