OpenWorklistItem(String,String,Boolean,Boolean,String,String) Method
See Also 
SourceCode.Workflow.Client Namespace > Connection Class > OpenWorklistItem Method : OpenWorklistItem(String,String,Boolean,Boolean,String,String) Method



SerialNumber
Platform
Alloc
IgnoreStatus
ManagedUser
SharedUser

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function OpenWorklistItem( _
   ByVal SerialNumber As String, _
   ByVal Platform As String, _
   ByVal Alloc As Boolean, _
   ByVal IgnoreStatus As Boolean, _
   ByVal ManagedUser As String, _
   ByVal SharedUser As String _
) As WorklistItem
Visual Basic (Usage) Copy Code
Dim instance As Connection
Dim SerialNumber As String
Dim Platform As String
Dim Alloc As Boolean
Dim IgnoreStatus As Boolean
Dim ManagedUser As String
Dim SharedUser As String
Dim value As WorklistItem
 
value = instance.OpenWorklistItem(SerialNumber, Platform, Alloc, IgnoreStatus, ManagedUser, SharedUser)

Parameters

SerialNumber
Platform
Alloc
IgnoreStatus
ManagedUser
SharedUser

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