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

Change the status of the task

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

Syntax

C#
public DBConstants..::.ReturnValue ChangeTaskStatus(
	BusinessConstants..::.TaskStatus ts,
	ArrayList taskIds,
	int userId
)
Visual Basic (Declaration)
Public Function ChangeTaskStatus ( _
	ts As BusinessConstants..::.TaskStatus, _
	taskIds As ArrayList, _
	userId As Integer _
) As DBConstants..::.ReturnValue
Visual C++
public:
DBConstants..::.ReturnValue ChangeTaskStatus(
	BusinessConstants..::.TaskStatus ts, 
	ArrayList^ taskIds, 
	int userId
)

Parameters

ts
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.TaskStatus
The task status
taskIds
Type: System.Collections..::.ArrayList
The array of TaskId to be marked as complete
userId
Type: System..::.Int32
the unique id of the user

Return Value

Negative value if failed 0 if successful

See Also