Previous Topic: bool GetCreateOnTrunk(void)

Next Topic: HINT32 GetRefactorMode(void)


bool GetBranchOut(void)

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

Owning Class

CaMoveItem

Arguments

None

Return Value

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

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
bool bBranchOutOnExecute = rMoveItem.GetBranchOut();

More information: