Sets the Version Status Option to specify what types of versions to retrieve.
object.VersionStatusOption = [value]
CaWVersionChooser
value - A long that represents the Version Status Option.
The following are the allowable values for the Version Status Option:
Get only versions with a Normal tag.
Get only versions with a Reserve tag.
Get only versions with a Merge tag.
Get only versions with a Delete tag.
Get only versions with a Frozen tag.
Get versions with any tag.
Get versions with any tag except a Normal tag.
Example
Dim objVersionChooser Set objVersionChooser = objContext.GetVersionChooser() objVersionChooser.VersionStatusOption = VERSION_FILTER_ALL_TAG
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|