Previous Topic: void SetItemPath(LPCTSTR szItemPath)

Next Topic: bool SetCreateOnBranch(bool bFlag)


bool SetNewItemPathName(LPCTSTR szNewItemPathName)

Sets the new name for the view path to be renamed.

Owning Class

CaRenamePath

Arguments

LPCTSTR szNewItemPathName

Return Value

bool-true if set succeeded, false if failed

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
rRenamePath.SetNewItemName(“\sourcebase\code”);

More information: