Previous Topic: bool GetRecursive(void)

Next Topic: bool GetCreateOnTrunk(void)


bool GetCreateOnBranch(void)

Retrieves the current value for creating refactored version on a branch.

Owning Class

CaRemoveItem

Arguments

None

Return Value

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

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem();
bool bCreateOnBranch = rRemoveItem.GetCreateOnBranch();

More information: