Previous Topic: SetProjectId Method

Next Topic: SetStateId Method


SetStateName Method

Sets the specified State as the current context State.

Syntax

object.SetStateName(strStateName)

Owning Class

CaWContext

Arguments

strStateName - A string that represents the State name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetStateName(“My State”)

More information: