Previous Topic: LPCTSTR GetNewItemPathName(void)

Next Topic: bool GetCreateOnTrunk(void)


bool GetCreateOnBranch(void)

Retrieves the current value for creating refactored versions on a branch.

Owning Class

CaRenamePath

Arguments

None

Return Value

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

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
bool bCreateOnBranch = rRenamePath.GetCreateOnBranch();

More information: