FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTableColumns..::..updateItem Method

Updates the item.

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

Syntax


public bool updateItem(
	string itemID,
	tableItemTypes oItemType,
	string Name,
	string colData,
	int noOfCol,
	string sRoleList
)
Public Function updateItem ( _
	itemID As String, _
	oItemType As tableItemTypes, _
	Name As String, _
	colData As String, _
	noOfCol As Integer, _
	sRoleList As String _
) As Boolean
public:
bool^ updateItem(
	String^ itemID, 
	tableItemTypes^ oItemType, 
	String^ Name, 
	String^ colData, 
	int^ noOfCol, 
	String^ sRoleList
)

Parameters

itemID
Type: String
The item identifier.
oItemType
Type: FlowWright.cDevDeAPI..::..tableItemTypes
Type of the o item.
Name
Type: String
The name.
colData
Type: String
The col data.
noOfCol
Type: Int32
The no of col.
sRoleList
Type: String
The s role list.

Return Value

true if XXXX, false otherwise.