Previous Topic: void SetTargetItemPathObjId(HAROBJID iTargetItemPathObjId)

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

CaMovePath

Arguments

BOOL bFlag-the flag value

Return Value

bool-true if set succeeded, false if failed

Example

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

More information: