Previous Topic: void SetRecursive(bool bFlag)

Next Topic: void SetVersionOption(HINT32 iOptions)


void SetBranchOption(HINT32 iOptions)

Sets the Branch option to specify whether trunk versions, branch versions, or both are to be retrieved.

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

Owning Class

CaVersionChooser

Arguments

HINT32 iOption-the Branch Option

Return Value

None

Example

CaVersionChooser& rVersionChooser = rContext.GetVersionChooser(); rVersionChooser.SetBranchOption(BRANCH_FILTER_TRUNK_AND_BRANCH);

More information: