Specifies whether or not to look recursively below the current item path for the item.
object.Recursive = [value]
CaWRemoveItem
value - True if yes, False if no.
Used in conjunction with ItemName and ItemPath properties.
Example
Dim objRemoveItem Set objRemoveItem = objContext.GetRemoveItem() objRemoveItem.Recursive = False blnRecursive = objRemoveItem.Recursive
More information:
| Copyright © 2013 CA. All rights reserved. |
|