FileControllerCheckIn Method (CheckInIdsOptions, NullableGuid)

POST /File/CheckIn Checks in files with the specified IDs and comments.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("CheckIn")]
public HttpResponseMessage CheckIn(
	[FromBodyAttribute] CheckInIdsOptions options,
	Nullable<Guid> sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsCheckInIdsOptions
The options.
sessionId (Optional)
Type: SystemNullableGuid
ID of the current session.

Return Value

Type: HttpResponseMessage
A CheckInResultData, or a status code indicating the reason for failure.
See Also