Previous Topic: bool GetCreateOnTrunk(void)

Next Topic: HINT32 Execute(void)


bool GetBranchOut(void)

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

Owning Class

CaRemoveItem

Arguments

None

Return Value

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

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem();
bool bBranchOutOnExecute = rRemoveItem.GetBranchOut();

More information: