DocumentVersionEvents

A collection of DocumentVersionEvent objects.

Properties

The following table lists properties along with their access and descriptions.

Property

Access

Description

Application

R/O

Application. The Application object.

Count

R/O

Long. The number of objects in this collection.

_NewEnum

R/O

Enumeration object. Implements IEnumVARIANT. For Windows only. 

Parent

R/O

DocumentVersion object. The DocumentVersion object that owns this collection. 

Methods

DocumentVersionEvent Item(VARIANT Index)

DEFAULT. Returns the DocumentVersionEvent object located at the given Index in the collection. Index may be a Long, or a string that represents a Long. Valid indexes are 1 through Count inclusive. Throws an exception if the Index is outside of this range.

Remarks

A DocumentVersionEvents collection is refreshed when its parent object is refreshed. When a DocumentVersionEvents collection is refreshed, it recursively refreshes its contained DocumentVersionEvent objects.