Previous Topic: GetViewName Method

Next Topic: GetCheckoutName Method


GetSnapshotViewName Method

Retrieve the name of the current CA Harvest SCM SnapshotView.

Syntax

object.GetSnapshotViewName()

Owning Class

CaWContext

Arguments

None

Return Value

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

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strSnapshotViewName = objContext.GetSnapshotViewName()

More information: