Previous Topic: void SetItemPath(LPCTSTR szItemPathName)

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

CaRemovePath

Arguments

BOOL bFlag-the flag value

Return Value

bool-true if set succeeded, false if failed

Example

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

More information: