Sets the view path of the item to be removed.
object.ItemPath = [value]
CaWRemoveItem
value - A string that represents a valid view path.
Example
Dim objRemoveItem Set objRemoveItem = objContext.GetRemoveItem() objRemoveItem.ItemPath = “\rep\code” strItemPath = objRemoveItem.ItemPath
More information:
| Copyright © 2013 CA. All rights reserved. |
|