Previous Topic: GetBranchOut Method

Next Topic: GetClientDir Method


GetPathOption Method

Gets the Path Option attribute for this process.

Syntax

object.GetPathOption()

Owning Class

CaWCheckin

Arguments

None

Return Value

A long that represents the value.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
lngPathOption = objCheckin.GetPathOption()

More information: