FileSystemService.undoCheckOutFilesByIds Method

Discards the changes to the checked out files with the specified IDs, and cancels the check out.
 

Parameters

ids

Type: Array
ElementType: String
The IDs of the files to undo check out.

Return Value


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