Previous Topic: LPCTSTR GetItemPath (void)

Next Topic: bool GetCreateOnTrunk(void)


bool GetCreateOnBranch(void)

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

Owning Class

CaRemovePath

Arguments

None

Return Value

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

Example

CaRemovePath& rRemovePath = rContext.GetRemovePath();
bool bCreateOnBranch = rRemovePath.GetCreateOnBranch();

More information: