RepositoryObjectVersion PredecessorCreationVersion Property

See Also

The PredecessorCreationVersion property is the RepositoryObjectVersion object from which this Repository object version was created.

Syntax

Set variable = object.PredecessorCreationVersion

The PredecessorCreationVersion property syntax has the following parts.

Part Description
variable A variable declared as RepositoryObjectVersion object. Receives the object version from which the current object version was created.
object An object expression that evaluates to a RepositoryObjectVersion object.

Remarks

If you invoke this method for the first version of an object, it returns an error.