Previous Topic: SetCheckoutId Method

Next Topic: SetCheckinId Method


SetCheckinName Method

Sets the specified Checkin as the current context Checkin.

Syntax

object.SetCheckinName(strCheckinName)

Owning Class

CaWContext

Arguments

strCheckinName - A string that represents the Checkin name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetCheckinName(“Checkin”)

More information: