Previous Topic: LPCTSTR GetItemName(void)

Next Topic: LPCTSTR GetTargetItemPath (void)


LPCTSTR GetItemPath (void)

Retrieves the current value of the Item Path attribute.

Owning Class

CaMoveItem

Arguments

None

Return Value

LPCTSTR-current Item Path value

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
CaString szName = rMoveItem.GetItemPath ();

More information: