:: com :: sun :: star :: ucb ::

unpublished struct CheckinArgument
Usage Restrictions
not published
Description
contains information needed to checkin a document.

The checkin command is always called on the target private working copy document.


Elements' Summary
MajorVersion Tells whether to create a new major or minor version during the checkin.  
VersionComment Contains the version comment to set during the checkin.  
SourceURL contains the URL of the source of the action (e.g. the URL of the temporary file to checkin).  
TargetURL contains the URL of the private working copy to checkin.  
NewTitle contains the title of the transferred object, if it is different from the original one.  
MimeType contains the Mime-Type of the content to check-in as it may be different from the original one.  
Elements' Details
MajorVersion
boolean MajorVersion;
Description
Tells whether to create a new major or minor version during the checkin.
VersionComment
string VersionComment;
Description
Contains the version comment to set during the checkin.
SourceURL
string SourceURL;
Description
contains the URL of the source of the action (e.g. the URL of the temporary file to checkin).
TargetURL
string TargetURL;
Description
contains the URL of the private working copy to checkin.
NewTitle
string NewTitle;
Description
contains the title of the transferred object, if it is different from the original one.

If this field is filled, for example, a file will be renamed while it is being checked in.

MimeType
string MimeType;
Description
contains the Mime-Type of the content to check-in as it may be different from the original one.
Top of Page