Previous Topic: GetClientDir Method

Next Topic: GetDeleteAfterCI Method


GetViewPath Method

Gets the repository view path anchor for this process.

Syntax

object.GetViewPath()

Owning Class

CaWCheckin

Arguments

None

Return Value

A string that represents the view path.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
strViewPath = objCheckin.GetViewPath()

More information: