Previous Topic: bool GetBranchOut(void)

Next Topic: HINT32 Execute(void)


HINT32 GetRefactorMode(void)

Retrieves the current value for handling of version locks for refactored items.

Owning Class

CaRenamePath

Arguments

None

Return Value

HINT32-current value for “RefactorMode” attribute associated with the RenamePath process.

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
HINT32 iRefactorMode = rRenamePath.GetRefactorMode();

More information: