VersionEvent

Contains the activity logs for a particular version of a document. For example, when the access list on a item is modified, a VersionEvent is created.

Syntax

<VersionEvent>
<extension base="ContainerItem">
<library type="NameAndEmail"/>
<documentNumber type="unsignedInt"/>
<versionNumber type="unsignedInt"/>
<creator type="NameAndEmail"/>
<event type="VersionEventType"/>
<eventNumber type="unsignedInt"/>
<filename type="string"/>

Definitions

library

Specifies the document library.

documentNumber

Specifies the document number in the library.

versionNumber

Specifies the document version number.

creator

Specifies the creator of the document version

event

Specifies the document version event type. For example, the document was checkOut.

eventNumber

Specifies the number of the event.

filename

Specifies the extension of the file.