[This is preliminary documentation and is subject to change.]

Updates the list item

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int UpdateListItem(
	int attributeId,
	int listValue,
	string listText
)
Visual Basic (Declaration)
Public Function UpdateListItem ( _
	attributeId As Integer, _
	listValue As Integer, _
	listText As String _
) As Integer
Visual C++
public:
int UpdateListItem(
	int attributeId, 
	int listValue, 
	String^ listText
)

Parameters

attributeId
Type: System..::.Int32
The unique id of the attribute
listValue
Type: System..::.Int32
The value of the list item
listText
Type: System..::.String
The text of the list item

Return Value

negative value if failed else succeeds

See Also