Previous Topic: SetStateId Method

Next Topic: SetCheckoutId Method


SetCheckoutName Method

Sets the specified Checkout as the current context Checkout.

Syntax

object.SetCheckoutName(strCheckoutName)

Owning Class

CaWContext

Arguments

strCheckoutName - A string that represents the Checkout name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetCheckoutName(“Checkout”)

More information: