LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
CheckinArgument Struct 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...
 

Detailed Description

contains information needed to checkin a document.

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

Member Data Documentation

◆ MajorVersion

boolean MajorVersion

Tells whether to create a new major or minor version during the checkin.

◆ MimeType

string MimeType

contains the Mime-Type of the content to check-in as it may be different from the original one.

◆ NewTitle

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.

◆ SourceURL

string SourceURL

contains the URL of the source of the action (e.g.

the URL of the temporary file to checkin).

◆ TargetURL

string TargetURL

contains the URL of the private working copy to checkin.

◆ VersionComment

string VersionComment

Contains the version comment to set during the checkin.


The documentation for this struct was generated from the following file: