Previous Topic: CaWVersionChooser

Next Topic: ItemName Property (Write Only)


ParentPath Property (Write Only)

Removes all selection criteria.

Syntax

object.ParentPath = [value]

Owning Class

CaWVersionChooser

Arguments

value - A string that represents the parent repository view path to begin search.

Example

Dim objVersionChooser
Set objVersionChooser = objContext.GetVersionChooser()
objVersionChooser.ParentPath = “\rep1\mydir”

More information: