Previous Topic: void SetItemName(LPCTSTR szItemName)

Next Topic: void SetRecursive(bool bRecursive)


void SetItemPath(LPCTSTR szItemPath)

Sets the view path of the item to be removed.

Owning Class

CaRemoveItem

Arguments

LPCTSTR szItemPath-a valid view path

Return Value

None

Example

CaRemoveItem& rRemoveItem = rContext.GetRemoveItem();rRemoveItem. SetItemPath(“\rep\code”);

More information: