Previous Topic: ItemObjId Property

Next Topic: ItemPath Property


ItemName Property

Identifies the item to be removed by its name.

Syntax

object.ItemName = [value]

Owning Class

CaWRemoveItem

Arguments

value - A string that represents the Item Name.

Notes

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: