Sets the Version Date Option to specify date ranges.
object.VersionDateOption = [value]
CaWVersionChooser
value - A long that represents the Version Date Option.
The following are the allowable values for the Version Date Option. They are defined in an include file built into the project.
Don't filter on dates.
Get only versions created between the from and to dates.
Example
Dim objVersionChooser Set objVersionChooser = objContext.GetVersionChooser() objVersionChooser.VersionDateOption = VERSION_OPTION_DATE_BETWEEN
More information:
| Copyright © 2013 CA. All rights reserved. |
|