This method moves a VersionedRelationship object from one point in the collection sequence to another point.
Call object.Move( indexFrom, indexTo )
The Move method syntax has the following parts.
Part | Description |
object | The relationship collection. |
indexFrom | The index of the VersionedRelationship object to be moved in the collection sequence. |
indexTo | The index of the sequence location to which the VersionedRelationship object is to be moved. |
This method can only be used with sequenced collections.
When you call this method, the origin object version must be unfrozen.