Identifies the item to be removed by its name.
object.ItemName = [value]
CaWRemoveItem
value - A string that represents the Item Name.
The name is ignored if an item object ID is set. The name is used in conjunction with the path and recursive attributes.
Example
Dim objRemoveItem Set objRemoveItem = objContext.GetRemoveItem() objRemoveItem.ItemName = “Item1.txt” strName = objRemoveItem.ItemName
More information:
| Copyright © 2013 CA. All rights reserved. |
|