Previous Topic: bool SetNewItemPathName(LPCTSTR szNewItemPathName)

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

CaRenamePath

Arguments

BOOL bFlag-the flag value

Return Value

bool-true if set succeeded, false if failed

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
rRenamePath.SetCreateOnBranch(true);

More information: