:: com :: sun :: star :: document ::

struct CmisVersion

Elements' Summary
Id unique ID of the Cmis version  
TimeStamp specifies the time when the revision was created.  
Author contains the author that created the version.  
Comment contains the comment the author has left.  
Elements' Details
Id
string Id;
Description
unique ID of the Cmis version
TimeStamp
::com::sun::star::util::DateTime TimeStamp;
Description
specifies the time when the revision was created.
Author
string Author;
Description
contains the author that created the version.
Comment
string Comment;
Description
contains the comment the author has left.
Top of Page