Previous Topic: bool SetCreateOnTrunk(bool bFlag)

Next Topic: LPCTSTR GetDescription(void)


bool SetBranchOut(bool bFlag)

On Execute, will refactoring be allowed create versions on the trunk or on a branch version, depending of whether CreateOnBranch or CreateOnTrunk has been specified as true.

Owning Class

CaRemovePath

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

CaRemovePath& rRemovePath = rContext.GetRemovePath();
rRemovePath.SetBranchOut(true);

More information: