A document management version event.
The following table lists properties along with their access and descriptions.
|
Property |
Access |
Description |
|---|---|---|
|
Application |
R/O |
Application. The Application object. |
|
CreationDate |
R/O |
Date. The date this event was created. |
|
Document |
R/O |
Document. The document which originated the document version to which this event occurred. |
|
DocumentLibrary |
R/O |
DocumentLibrary. The document library where the document version is stored. |
|
DocumentVersion |
R/O |
DocumentVersion. The document version on which this event occurred. |
|
EventType |
R/O |
DEFAULT. Enum (EventTypeConstants). The type of event this DocumentVersionEvent object represents. |
|
Filename |
R/O |
String. The path and file name where the content of the document version is stored. |
|
Parent |
R/O |
DocumentVersionEvents collection. The DocumentVersionEvents collection that owns this object |
|
User |
R/O |
Address. The user who performed this event. |
A DocumentVersionEvent object is refreshed when its parent object is refreshed. It recursively refreshes the Address object returned by its User property.