FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..addState Method

Adds the state to an item

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static bool addState(
	string connectionString,
	string state,
	itemType itemType,
	string itemID,
	string stateID
)
Public Shared Function addState ( _
	connectionString As String, _
	state As String, _
	itemType As itemType, _
	itemID As String, _
	stateID As String _
) As Boolean
public:
static bool^ addState(
	String^ connectionString, 
	String^ state, 
	itemType^ itemType, 
	String^ itemID, 
	String^ stateID
)

Parameters

connectionString
Type: String
The connection string.
state
Type: String
The state.
itemType
Type: FlowWright.cDevDeAPI..::..itemType
Type of the item.
itemID
Type: String
The item identifier.
stateID
Type: String
The state identifier.

Return Value

true if XXXX, false otherwise.