Previous Topic: bool GetCreateOnTrunk(void)

Next Topic: HINT32 GetRefactorMode(void)


bool GetBranchOut(void)

Retrieves the current value for whether the Execute can create refactored versions on the trunk or on a branch, depending on the setting of CreateOnBranch and CreateOnTrunk.

Owning Class

CaRenamePath

Arguments

None

Return Value

bool-current value for “BranchOut” flag associated with the RenamePath process.

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
bool bBranchOutOnExecute = rRenamePath.GetBranchOut();

More information: