Previous Topic: GetViewPath Method

Next Topic: GetCheckout Method


GetViewPathId Method

Retrieve the Object ID of the current context viewpath.

Syntax

object.GetViewPathId()

Owning Class

CaWContext

Arguments

None

Return Value

A long represents the Package Object ID if set, -1 if empty.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
IngViewPathId = objContext.GetViewPathId()

More information: