Identifies the item to be removed by its object ID.
object.ItemObjId = [value]
CaWRemoveItem
value - A long that represents the Item Object Id.
Takes precedence over name. If present then name, path, and recursive are ignored.
Example
Dim objRemoveItem Set objRemoveItem = objContext.GetRemoveItem() objRemoveItem.ItemObjId = 12 lngItemObjId = objRemoveItem.ItemObjId
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|