Meta Data Services Programming
RepositoryObjectVersion PredecessorCreationVersion Property
The PredecessorCreationVersion property is the RepositoryObjectVersion instance from which this repository object version was created. This property is read-only.
Syntax
Set variable = object.PredecessorCreationVersion
The PredecessorCreationVersion property syntax has the following parts.
Part | Description |
---|---|
variable | A variable declared as RepositoryObjectVersion object. It receives the object version from which the current object version was created. |
object | An object expression that evaluates to a RepositoryObjectVersion instance. |
Remarks
This property applies to object versions that are subsequently created from an existing object version. If you invoke this method for the first version of an object, it returns an error.
The PredecessorCreationVersion property identifies the RepositoryObjectVersion by object identifier or object name.