Meta Data Services Programming

Workspace PredecessorVersions Collection

This collection contains all RepositoryObjectVersion objects that are immediate predecessors of the current object version.

Syntax

Set variable  =  object.PredecessorVersions

The PredecessorVersions collection syntax has the following parts.

Part Description
variable A variable declared as a VersionCol object. It receives a reference to the Predecessor-Versions collection.
object An object expression that evaluates to a Workspace object.

Remarks

Each Workspace object has only one version (because you cannot invoke the CreateVersion method on a workspace). Thus, this collection is always null.

See Also

RepositoryObjectVersion Object

Version Graph

Workspace Object