Previous Topic: ItemName Property

Next Topic: Recursive Property


ItemPath Property

Sets the view path of the item to be removed.

Syntax

object.ItemPath = [value]

Owning Class

CaWRemoveItem

Arguments

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: