Previous Topic: SetItemObjIdLPCTSTR GetClientDir(void)

Next Topic: bool GetCreateOnTrunk(void)


bool GetCreateOnBranch(void)

Retrieves the current value for creating refactored versions on a branch.

Owning Class

CaMoveItem

Arguments

None

Return Value

bool-current value for “CreateOnBranch” flag associated with the MoveItem process.

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
bool bCreateOnBranch = rMoveItem.GetCreateOnBranch();

More information: