[This is preliminary documentation and is subject to change.]
Gets list of workflow history of a particular timesheet or expense.
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: 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.