FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableColumns..::..removeItem Method

Removes the item.

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

Syntax


public bool removeItem(
	string itemID
)
Public Function removeItem ( _
	itemID As String _
) As Boolean
public:
bool^ removeItem(
	String^ itemID
)

Parameters

itemID
Type: String
The item identifier.

Return Value

true if XXXX, false otherwise.