LibreOffice
LibreOffice 24.2 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. More... | |
string | VersionComment |
Contains the version comment to set during the checkin. More... | |
string | SourceURL |
contains the URL of the source of the action (e.g. More... | |
string | TargetURL |
contains the URL of the private working copy to checkin. More... | |
string | NewTitle |
contains the title of the transferred object, if it is different from the original one. More... | |
string | MimeType |
contains the Mime-Type of the content to check-in as it may be different from the original one. More... | |
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.