Previous Topic: bool SetCreateOnBranch(bool bFlag)

Next Topic: bool SetBranchOut(bool bFlag)


bool SetCreateOnTrunk(bool bFlag)

Create refactored versions on the trunk, identical to the checkout for 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.SetCreateOnTrunk(true);

More information: