Previous Topic: LPCTSTR GetItemPath (void)

Next Topic: bool GetCreateOnBranch(void)


LPCTSTR GetNewItemPathName(void)

Retrieves the current value of the new view path name attribute.

Owning Class

CaRenamePath

Arguments

None

Return Value

LPCTSTR-current new view path value

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
CaString szNewName = rRenamePath. GetNewItemName();

More information: