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

CaRenamePath

Arguments

None

Return Value

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

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
bool bCreateOnTrunk = rRenamePath.GetCreateOnTrunk();

More information: