Previous Topic: ItemName Property (Write Only)

Next Topic: BranchOption Property (Write Only)


Recursive Property (Write Only)

Sets recursive flag to search below the parent path.

Syntax

object.Recursive = [value]

Owning Class

CaWVersionChooser

Arguments

value - True if recursive, False if no.

Example

Dim objVersionChooser
Set objVersionChooser = objContext.GetVersionChooser()
objVersionChooser.Recursive = True

More information: