FileSystemService.checkInFilesByIds Method
Checks in files with the specified IDs.
Parameters
- ids
-
Type: Array
ElementType: String
The IDs of the files to check in.
- comment
-
Type: String
(optional) The comments of the file to check in.
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.CheckInResultData for the structure of the returning object.