Previous Topic: SetClientPath Method

Next Topic: SetViewPathById Method


SetViewPath Method

Sets the specified View Path as the current context View Path.

Syntax

object.SetViewPath(strViewPath)

Owning Class

CaWContext

Arguments

strViewPath - A string that represents the View Path.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetViewPath(“\CHSDKRep”)

More information: