Sets the Branch option to specify whether trunk versions, branch versions, or both are to be retrieved.
object.BranchOption = [value]
CaWVersionChooser
value - A long that represents the Branch Option.
The following are the allowable values for the Branch Option:
Only get trunk versions.
Only get branch versions.
Only get unmerged branches.
Only get merged branches.
Get trunk and branched versions.
Example
Dim objVersionChooser Set objVersionChooser = objContext.GetVersionChooser() objVersionChooser.BranchOption = BRANCH_FILTER_TRUNK_AND_BRANCH
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|