Previous Topic: VersionOption Property (Write Only)

Next Topic: VersionStatusOption Property (Write Only)


VersionItemOption Property (Write Only)

Sets the Version Item Option to specify whether to base versions of an item, modified versions of an item, or both.

Syntax

object.VersionItemOption = [value]

Owning Class

CaWVersionChooser

Arguments

value - A long that represents the Version Item Option.

Notes

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

1

Get only modified versions of an item in the view.

16

Get only base versions of an item in the view.

17

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: