GetWorklistItems(DateTime,DateTime,String,String,String,String,String) Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class > GetWorklistItems Method : GetWorklistItems(DateTime,DateTime,String,String,String,String,String) Method



fromDate
toDate
destination
processName
activityName
eventName
folio

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetWorklistItems( _
   ByVal fromDate As Date, _
   ByVal toDate As Date, _
   ByVal destination As String, _
   ByVal processName As String, _
   ByVal activityName As String, _
   ByVal eventName As String, _
   ByVal folio As String _
) As WorklistItems
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim fromDate As Date
Dim toDate As Date
Dim destination As String
Dim processName As String
Dim activityName As String
Dim eventName As String
Dim folio As String
Dim value As WorklistItems
 
value = instance.GetWorklistItems(fromDate, toDate, destination, processName, activityName, eventName, folio)

Parameters

fromDate
toDate
destination
processName
activityName
eventName
folio

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