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

CaRemoveItem

Arguments

None

Return Value

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

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem();
bool bCreateOnTrunk = rRemoveItem.GetCreateOnTrunk();

More information: