BPM.Server
GetTaskList Method (IBPMDataProvider)



Syntax
'Declaration
 
Function GetTaskList( _
   ByVal userAccount As String, _
   ByVal filter As String, _
   ByVal sort As String, _
   ByVal startRowIndex As Integer, _
   ByVal rows As Integer, _
   ByRef rowcount As Integer _
) As BPMTaskListCollection
'Usage
 
Dim instance As IBPMDataProvider
Dim userAccount As String
Dim filter As String
Dim sort As String
Dim startRowIndex As Integer
Dim rows As Integer
Dim rowcount As Integer
Dim value As BPMTaskListCollection
 
value = instance.GetTaskList(userAccount, filter, sort, startRowIndex, rows, rowcount)

Parameters

userAccount
filter
sort
startRowIndex
rows
rowcount
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IBPMDataProvider Interface
IBPMDataProvider Members

Send Feedback