checkin document Method

Returns a file to source control.

Syntax

method=checkin document:server_extension_version
&service_name=/&document_name=service_relative_path/file_name
[&comment=text]&keep_checked_out=(true|false)&time_checked_out=time
[&validateWelcomeNames=(true|false)]

Parameters

service name

document_name

comment

keep_checked_out

time_checked_out

validateWelcomeNames

Decoded

POST /site_url/_vti_bin/_vti_aut/author.dll HTTP/1.0
.
.
.
method=checkin+document:6.0.n.nnnn
&service_name=/
&document_name=folder_name/file_name
&comment=
&keep_checked_out=false

Return Value

Success

Meta-keys and values relative to source control for the page checked in to source control.

Error

Returns an error message in standard format. For more information, see Error Message Format for FrontPage 2002 Server Extensions from Microsoft.

Sample Return Code