Previous Topic: void SetItemName(LPCTSTR szItemName)

Next Topic: bool SetTargetItemPath (LPCTSTR szTargetItemPathName)


void SetItemPath(LPCTSTR szItemPath)

Sets the view path of the item to be moved.

Owning Class

CaMoveItem

Arguments

LPCTSTR szItemPath-a valid view path

Return Value

None

Example

CaMoveItem& rMoveItem = rContext.GetMoveItem();
rMoveItem. SetItemPath(“\rep\code”);

More information: