Previous Topic: SetCheckinName Method

Next Topic: SetPromoteName Method


SetCheckinId Method

Sets the specified Checkin as the current context Checkin.

Syntax

object.SetCheckinId(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long that represents the Checkin object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetCheckinId(lngObjId)

More information: