The PredecessorCreationVersion property is the RepositoryObjectVersion object from which this Repository object version was created.
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. |
If you invoke this method for the first version of an object, it returns an error.