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

CaRenameItem

Arguments

BOOL bFlag-the flag value

Return Value

bool-true if set succeeded, false if failed

Example

CaRenameItem& rRenameItem = rContext.GetRenameItem();
rRenameItem.SetCreateOnTrunk(true);

More information: