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

Move the list item of a tracker field to one Position down.

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

Syntax

C#
public void MoveFieldListValueDown(
	int projectId,
	int fieldType,
	int fieldId
)
Visual Basic (Declaration)
Public Sub MoveFieldListValueDown ( _
	projectId As Integer, _
	fieldType As Integer, _
	fieldId As Integer _
)
Visual C++
public:
void MoveFieldListValueDown(
	int projectId, 
	int fieldType, 
	int fieldId
)

Parameters

projectId
Type: System..::.Int32
The unique identifier of the Project.
fieldType
Type: System..::.Int32
The field type as given in TrackerFieldsNameId.
fieldId
Type: System..::.Int32
The unique identifier of the list item that is expencted to move down.

See Also