Previous Topic: GetCrossProjectMergeName Method

Next Topic: GetSQL Method


GetSnapshotViewId Method

Retrieves the object ID of the current CA Harvest SCM SnapshotView.

Syntax

object.GetSnapshotViewId()

Owning Class

CaWContext

Arguments

None

Return Value

A long that represents the SnapshotView id if set, -1 if empty.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
lngSnapshotViewObjId = objContext.GetSnapshotViewId()

More information: