DataCubeService.restoreUndoFrame Method

Restores the data cube to a specific undo frame.
 

Parameters

dataCubeId

Type: String
The ID of data cube to restore the undo frame.
frameId

Type: String
The ID of the undo frame to restore to.

Return Value


Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete. If successful, the created dundas.entities.DataCube is returned.