Previous Topic: GetDescription Method

Next Topic: GetNewItemOnBranch Method


GetCheckinMode Method

Gets the Checkin Mode attribute for this process.

Syntax

object.GetCheckinMode()

Owning Class

CaWCheckin

Arguments

None

Return Value

A long that represents the value.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
lngCheckinMode = objCheckin.GetCheckinMode()

More information: