GetWorklistItems(WorklistCriteria) Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class > GetWorklistItems Method : GetWorklistItems(WorklistCriteria) Method



wl

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 wl As WorklistCriteria _
) As WorklistItems
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim wl As WorklistCriteria
Dim value As WorklistItems
 
value = instance.GetWorklistItems(wl)
C#  
[Obsolete("This method has been deprecated and will be removed in future versions.")]
public WorklistItems GetWorklistItems( 
   WorklistCriteria wl
)
C++/CLI  
[Obsolete("This method has been deprecated and will be removed in future versions.")]
public:
WorklistItems^ GetWorklistItems( 
   WorklistCriteria^ wl
) 

Parameters

wl

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