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 © 2014 CA Technologies.
All rights reserved.
|
|