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 CreateOnBranch or CreateOnTrunk can be specified as true; not both.

Owning Class

CaRemovePath

Arguments

BOOL bFlag-the flag value

Return Value

bool-true if set succeeded, false if failed

Example

CaRemovePath& rRemovePath = rContext.GetRemovePath();
rRemovePath.SetCreateOnTrunk(true);

More information: