Previous Topic: RemotePassword Property

Next Topic: SetPathOption MethodCaCheckin


SetCheckinMode Method

Sets the Checkin Mode for this process.

Syntax

object.SetCheckinMode(lngCheckinMode)

Owning Class

CaWCheckin

Arguments

lngCheckinMode - A long that represents the Checkin Mode.

Return Value

Returns True if success, False if fail.

Notes

The following are the allowable values for the Checkin Mode:

0

Check in the file and release the lock.

1

Check in the file and reserve it again for update.

2

Release the lock but do not check in the file.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
BlnRet = objCheckin.SetCheckinMode(HAR_UPDATE_AND_RELEASE)

More information: