Previous Topic: LPCTSTR GetClientDir(void)

Next Topic: bool GetCreateOnTrunk(void)


bool GetCreateOnBranch(void)

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

Owning Class

CaRenameItem

Arguments

None

Return Value

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

Example

CaRenameItem& rRenameItem = rContext.GetRenameItem();
bool bCreateOnBranch = rRenameItem.GetCreateOnBranch();

More information: