FileSystemService.checkInFileById Method

Checks in the file with the specified ID.
 

Parameters

id

Type: String
The ID of the file 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.