Previous Topic: VersionItemOption Property (Write Only)

Next Topic: VersionDateOption Property (Write Only)


VersionStatusOption Property (Write Only)

Sets the Version Status Option to specify what types of versions to retrieve.

Syntax

object.VersionStatusOption = [value]

Owning Class

CaWVersionChooser

Arguments

value - A long that represents the Version Status Option.

Notes

The following are the allowable values for the Version Status Option:

1

Get only versions with a Normal tag.

16

Get only versions with a Reserve tag.

256

Get only versions with a Merge tag.

4096

Get only versions with a Delete tag.

65536

Get only versions with a Frozen tag.

69905

Get versions with any tag.

69904

Get versions with any tag except a Normal tag.

Example

Dim objVersionChooser
Set objVersionChooser = objContext.GetVersionChooser()
objVersionChooser.VersionStatusOption = VERSION_FILTER_ALL_TAG

More information: