BPM.Server Namespace > IBPMDataProvider Interface : GetShareTaskList Method |
'Declaration
Function GetShareTaskList( _ 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.GetShareTaskList(userAccount, filter, sort, startRowIndex, rows, rowcount)
BPMTaskListCollection GetShareTaskList( string userAccount, string filter, string sort, int startRowIndex, int rows, out int rowcount )
BPMTaskListCollection^ GetShareTaskList( String^ userAccount, String^ filter, String^ sort, int startRowIndex, int rows, [Out] int rowcount )
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