deTableColumns..::..updateItem Method
Updates the item.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
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.