Previous Topic: SetCheckoutName Method

Next Topic: SetCheckinName Method


SetCheckoutId Method

Sets the specified Checkout as the current context Checkout.

Syntax

object.SetCheckoutId(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long that represents the Checkout object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetCheckoutId(lngObjId)

More information: