Sets the Version Item Option to specify whether to base versions of an item, modified versions of an item, or both.
object.VersionItemOption = [value]
CaWVersionChooser
value - A long that represents the Version Item Option.
The following are the allowable values for the Version Item Option. They are defined in an include file built into the project.
Get only modified versions of an item in the view.
Get only base versions of an item in the view.
Get both base and modified versions of an item in the view.
Example
Dim objVersionChooser Set objVersionChooser = objContext.GetVersionChooser() objVersionChooser.VersionItemOption = VERSION_FILTER_ITEM_BOTH
More information:
| Copyright © 2013 CA. All rights reserved. |
|