Previous Topic: bool SetCreateOnTrunk(bool bFlag)

Next Topic: bool SetRefactorMode(HINT32 iRefactorMode)


bool SetBranchOut(bool bFlag)

On Execute, create refactored versions on the trunk or on a branch, depending of whether CreateOnBranch or CreateOnTrunk has been specified as true.

Owning Class

CaRenamePath

Arguments

BOOL bFlag-the flag value, true=create on branch, false=create on trunk

Return Value

bool-true if set succeeded, false if failed

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
rRenamePath.SetBranchOut(true);

More information: