Previous Topic: ItemPath Property

Next Topic: SetDescription Method


Recursive Property

Specifies whether or not to look recursively below the current item path for the item.

Syntax

object.Recursive = [value]

Owning Class

CaWRemoveItem

Arguments

value - True if yes, False if no.

Notes

Used in conjunction with ItemName and ItemPath properties.

Example

Dim objRemoveItem
Set objRemoveItem = objContext.GetRemoveItem()
objRemoveItem.Recursive = False
blnRecursive = objRemoveItem.Recursive

More information: