Previous Topic: bool GetCreateOnBranch(void)

Next Topic: bool GetBranchOut(void)


bool GetCreateOnTrunk(void)

Retrieves the current value for creating refactored versionson the trunk.

Owning Class

CaRenameItem

Arguments

None

Return Value

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

Example

CaRenameItem& rRenameItem = rContext.GetRenameItem();
bool bCreateOnTrunk = rRenameItem.GetCreateOnTrunk();

More information: