Previous Topic: bool GetCreateOnTrunk(void)

Next Topic: HINT32 GetRefactorMode(void)


bool GetBranchOut(void)

Retrieves the current value for allowing refactored versions to be created on the trunk or on a branch.

Owning Class

CaRenameItem

Arguments

None

Return Value

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

Example

CaRenameItem& rRenameItem = rContext.GetRenameItem();
bool bBranchOutOnExecute = rRenameItem.GetBranchOut();

More information: