Previous Topic: LPCTSTR GetItemName(void)

Next Topic: LPCTSTR GetNewItemName(void)


LPCTSTR GetItemPath (void)

Retrieves the current value of the Item Path attribute.

Owning Class

CaRenameItem

Arguments

None

Return Value

LPCTSTR-current Item Path value

Example

CaRenameItem& rRenameItem = rContext.GetRenameItem();
CaString szName = rRenameItem.GetItemPath ();

More information: