Previous Topic: bool GetCreateOnTrunk(void)

Next Topic: HINT32 Execute(void)


bool GetBranchOut(void)

Retrieves the current value for whether the Execute will be allowed to create a refactored versions on the trunk or on a branch.

Owning Class

CaRemovePath

Arguments

None

Return Value

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

Example

CaRemovePath& rRemovePath = rContext.GetRemovePath();
bool bBranchOutOnExecute = rRemovePath.GetBranchOut();

More information: