Sets the Version Option to specify whether to get only the latest or multiple versions of the same item.
object.VersionOption = [value]
CaWVersionChooser
value - A long that represents the Version Option.
The following are the allowable values for the Version Option:
Get all versions of an item in the view.
Get only the latest version of an item in the view.
Example
Dim objVersionChooser Set objVersionChooser = objContext.GetVersionChooser() objVersionChooser.VersionOption = VERSION_FILTER_LATEST_IN_VIEW
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|