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

Gets list of workflow history of a particular timesheet or expense.

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

Syntax

C#
public ArrayList GetWorkflowHistory(
	int applicationId,
	int id
)
Visual Basic (Declaration)
Public Function GetWorkflowHistory ( _
	applicationId As Integer, _
	id As Integer _
) As ArrayList
Visual C++
public:
ArrayList^ GetWorkflowHistory(
	int applicationId, 
	int id
)

Parameters

applicationId
Type: System..::.Int32
Id of the application (i.e. expense or timesheet).
id
Type: System..::.Int32
Id of the expense or timesheet.

Return Value

ArrayList of WorkflowHistoryInfo objects containing all the information of each workflow action performed on an item.

See Also