Previous Topic: void SetVersionOption(HINT32 iOptions)

Next Topic: void SetVersionNumber( LPCTSTR szVersion )


void SetVersionItemOption(HINT32 iOptions)

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

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

Owning Class

CaVersionChooser

Arguments

HINT32 iOption-the Version Item Option

Return Value

None

Example

CaVersionChooser& rVersionChooser = rContext.GetVersionChooser(); rVersionChooser.SetVersionItemOption(VERSION_FILTER_ITEM_BOTH);

More information: