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

CaRemovePath

Arguments

None

Return Value

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

Example

CaRemovePath& rRemovePath = rContext.GetRemovePath();
bool bCreateOnTrunk = rRemovePath.GetCreateOnTrunk();

More information: