Previous Topic: GetPackageId Method

Next Topic: GetSnapshotViewName Method


GetViewName Method

Retrieve the name of the current CA Harvest SCM View.

Syntax

object.GetViewName()

Owning Class

CaWContext

Arguments

None

Return Value

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

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strViewName = objContext.GetViewName()

More information: