ShareWorkList Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class : ShareWorkList Method



userName
worklistShare

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function ShareWorkList( _
   ByVal userName As String, _
   ByVal worklistShare As WorklistShare _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim userName As String
Dim worklistShare As WorklistShare
Dim value As Boolean
 
value = instance.ShareWorkList(userName, worklistShare)
C#  
public bool ShareWorkList( 
   string userName,
   WorklistShare worklistShare
)
C++/CLI  
public:
bool ShareWorkList( 
   String^ userName,
   WorklistShare^ worklistShare
) 

Parameters

userName
worklistShare

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