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

Move the list item

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

Syntax

C#
public int MoveListItem(
	int attributeId,
	int listItemId,
	bool isUp
)
Visual Basic (Declaration)
Public Function MoveListItem ( _
	attributeId As Integer, _
	listItemId As Integer, _
	isUp As Boolean _
) As Integer
Visual C++
public:
int MoveListItem(
	int attributeId, 
	int listItemId, 
	bool isUp
)

Parameters

attributeId
Type: System..::.Int32
The unique id of the attribute
listItemId
Type: System..::.Int32
The id of the list item
isUp
Type: System..::.Boolean
true if the list item is to be moved up

Return Value

negative if failed, else succeeds

See Also