Previous Topic: SetPackageId Method

Next Topic: SetClientPath Method


SetSnapshotView Method

Sets the specified SnapshotView as the current context SnapshotView.

Syntax

object.SetSnapshotView(strSnapshotViewName)

Owning Class

CaWContext

Arguments

strSnapshotViewName - A string that represents the SnapshotView name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetSnapshotView(“Snapshot View”)

More information: