| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
contains information needed to checkin a document. More...
import "CheckinArgument.idl";
| Public Attributes | |
| boolean | MajorVersion | 
| Tells whether to create a new major or minor version during the checkin. | |
| string | VersionComment | 
| Contains the version comment to set during the checkin. | |
| string | SourceURL | 
| contains the URL of the source of the action (e.g. | |
| string | TargetURL | 
| contains the URL of the private working copy to checkin. | |
| string | NewTitle | 
| contains the title of the transferred object, if it is different from the original one. | |
| string | MimeType | 
| contains the Mime-Type of the content to check-in as it may be different from the original one. | |
contains information needed to checkin a document.
The checkin command is always called on the target private working copy document.
| boolean MajorVersion | 
Tells whether to create a new major or minor version during the checkin.
| string MimeType | 
contains the Mime-Type of the content to check-in as it may be different from the original one.
| string NewTitle | 
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.
| string SourceURL | 
contains the URL of the source of the action (e.g.
the URL of the temporary file to checkin).
| string TargetURL | 
contains the URL of the private working copy to checkin.
| string VersionComment | 
Contains the version comment to set during the checkin.