Previous Topic: GetClientPath Method

Next Topic: GetViewPathId Method


GetViewPath Method

Retrieves the current CA Harvest SCM View path.

Syntax

object.GetViewPath()

Owning Class

CaWContext

Arguments

None

Return Value

A string that represents the View path if set, empty string if empty.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strViewPath = objContext.GetViewPath()

More information: