Previous Topic: SetClientDir Method

Next Topic: SetShareWorkDir Method


SetViewPath Method

Sets the repository View Path anchor for this process.

Syntax

object.SetViewPath(strViewPath)

Owning Class

CaWCheckout

Arguments

strViewPath - A string that represents a valid repository view path.

Return Value

A boolean. True if success, False if fail.

Example

Dim objCheckout
Set objCheckout = objContext.GetCheckout()
blnRet = objCheckout.SetViewPath(“\rep\work”)

More information: