LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
RevisionTag Struct Reference

represents the information that describes a revision of something. More...

import"RevisionTag.idl";

Public Attributes

DateTime TimeStamp
 contains the time when the revision was created ( can be invalid ) More...
 
string Author
 contains an identifier for the author that created the revision( can be empty ) More...
 
string Comment
 contains a comment that the author has left for this revision ( can be empty ) More...
 
string Identifier
 contains a unique identifier for the revision and must not be empty More...
 

Detailed Description

represents the information that describes a revision of something.

Member Data Documentation

◆ Author

string Author

contains an identifier for the author that created the revision( can be empty )

◆ Comment

string Comment

contains a comment that the author has left for this revision ( can be empty )

◆ Identifier

string Identifier

contains a unique identifier for the revision and must not be empty

This identifier can have any form. It can be something like "1.2.3" or "Version 1" etc. It depends on the revision control system how it names the revisions.

◆ TimeStamp

DateTime TimeStamp

contains the time when the revision was created ( can be invalid )


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