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

CaMovePath

Arguments

BOOL bFlag-the flag value

Return Value

bool-true if set succeeded, false if failed

Example

CaMovePath& rMovePath = rContext.GetMovePath();
rMovePath.SetCreateOnTrunk(true);

More information: