Version

Represents properties of a particular version of a document in a GroupWise library.

Syntax

<Version>
<extension base="ContainerItem">
<library type="NameAndEmail"/>
<documentNumber type="unsignedInt"/>
<versionCreator type="NameAndEmail"/>
<retrievedBy type="NameAndEmail"/>
<retrievedDate type="dateTime"/>
<versionNumber type="unsignedInt"/>
<versionDescription type="string"/>
<versionStatus type="VersionStatus"/>
<life type="unsignedInt"/>
<ageAction type="AgeAction"/>
<fileSize type="unsignedInt"/>
<filename type="string"/>

Definitions

library

Specifies the document library.

documentNumber

Specifies the document number in the library.

versionCreator

Specifies the user that created the version.

retrievedBy

User that retrieved the document.

retrievedDate

Specifies the date that the version was retrieved.

versionNumber

Specifies the version number of the document.

versionDescription

Specifies the version description of the document.

versionStatus

Specifies the status of the version.

life

Specifies the document life in days. After the life in days, the ageAction occurs.

ageAction

Specifies the action that occurs to a document when the life of the document reaches the life value in days: archive, delete, etc.

fileSize

Specifies the size of the document.

filename

Specifies the extension of the file.