Previous Topic: SetSnapshotView Method

Next Topic: SetViewPath Method


SetClientPath Method

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

Syntax

object.SetClientPath(strClientPath)

Owning Class

CaWContext

Arguments

strclientPath - A string that represents the Client Path.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetClientPath(“C:\temp”)

More information: