Previous Topic: VersionStatusOption Property (Write Only)

Next Topic: FromDate Property (Write Only)


VersionDateOption Property (Write Only)

Sets the Version Date Option to specify date ranges.

Syntax

object.VersionDateOption = [value]

Owning Class

CaWVersionChooser

Arguments

value - A long that represents the Version Date Option.

Notes

The following are the allowable values for the Version Date Option. They are defined in an include file built into the project.

0

Don't filter on dates.

1

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: