Previous Topic: SetClientDir Method

Next Topic: SetDeleteAfterCI Method


SetViewPath Method

Sets the repository View Path anchor for this process.

Syntax

object.SetViewPath(strVPath)

Owning Class

CaWCheckin

Arguments

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

Return Value

Returns True if success, False if fail.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
blnRet = objCheckin.SetViewPath(“\rep\work”)

More information: