WorklistShare Constructor(String,ShareType,DateTime,DateTime,WorkTypes)
See Also 
SourceCode.Workflow.Management Namespace > WorklistShare Class > WorklistShare Constructor : WorklistShare Constructor(String,ShareType,DateTime,DateTime,WorkTypes)



userName
shareType
startDate
endDate
workTypes

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal userName As String, _
   ByVal shareType As ShareType, _
   ByVal startDate As Date, _
   ByVal endDate As Date, _
   ByVal workTypes As WorkTypes _
)
Visual Basic (Usage) Copy Code
Dim userName As String
Dim shareType As ShareType
Dim startDate As Date
Dim endDate As Date
Dim workTypes As WorkTypes
 
Dim instance As New WorklistShare(userName, shareType, startDate, endDate, workTypes)

Parameters

userName
shareType
startDate
endDate
workTypes

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