Previous Topic: bool SetClientDir(LPCTSTR szClientDirectory)

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

CaMoveItem

Arguments

BOOL bFlag-the flag value

Return Value

bool-true if set succeeded, false if failed

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
rMoveItem.SetCreateOnBranch(true);

More information: