Previous Topic: bool GetCreateOnBranch(void)

Next Topic: bool GetBranchOut(void)


bool GetCreateOnTrunk(void)

Retrieves the current value for creating refactored versions on the trunk.

Owning Class

CaMoveItem

Arguments

None

Return Value

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

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
bool bCreateOnTrunk = rMoveItem.GetCreateOnTrunk();

More information: