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

Updates the list item default

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

Syntax

C#
public int UpdateListItemDefault(
	int attributeId,
	int listItemId
)
Visual Basic (Declaration)
Public Function UpdateListItemDefault ( _
	attributeId As Integer, _
	listItemId As Integer _
) As Integer
Visual C++
public:
int UpdateListItemDefault(
	int attributeId, 
	int listItemId
)

Parameters

attributeId
Type: System..::.Int32
The unique id of teh attribute
listItemId
Type: System..::.Int32
The id of the list item

Return Value

negative if failed, else succeed

See Also