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



fromDate
toDate
destination
processName
activityName
eventName
folio
start
count
recordCount

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ObsoleteAttribute("This method has been deprecated and will be removed in future versions.")>
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, _
   ByVal start As Integer, _
   ByVal count As Integer, _
   ByRef recordCount As Integer _
) 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 start As Integer
Dim count As Integer
Dim recordCount As Integer
Dim value As WorklistItems
 
value = instance.GetWorklistItems(fromDate, toDate, destination, processName, activityName, eventName, folio, start, count, recordCount)
C#  
[Obsolete("This method has been deprecated and will be removed in future versions.")]
public WorklistItems GetWorklistItems( 
   DateTime fromDate,
   DateTime toDate,
   string destination,
   string processName,
   string activityName,
   string eventName,
   string folio,
   int start,
   int count,
   out int recordCount
)
C++/CLI  
[Obsolete("This method has been deprecated and will be removed in future versions.")]
public:
WorklistItems^ GetWorklistItems( 
   DateTime fromDate,
   DateTime toDate,
   String^ destination,
   String^ processName,
   String^ activityName,
   String^ eventName,
   String^ folio,
   int start,
   int count,
   [Out] int recordCount
) 

Parameters

fromDate
toDate
destination
processName
activityName
eventName
folio
start
count
recordCount

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