Previous Topic: void SetRecursive(bool bRecursive)

Next Topic: bool SetCreateOnTrunk(bool bFlag)


bool SetCreateOnBranch(bool bFlag)

Create refactored versions on a branch, identical to the checkout for concurrent update process. Only one of CreateOnBranch or CreateOnTrunk can be specified as true; not both.

Owning Class

CaRemoveItem

Arguments

BOOL bFlag-the flag value

Return Value

bool-true if set succeeded, false if failed

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem();
rRemoveItem.SetCreateOnBranch(true);

More information: