TaskData Constructor (Int32, SPWorkflowTaskProperties, Contact, Boolean)
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Workflow.Routing (in Microsoft.Office.Workflow.Routing.dll)
Syntax
'Declaration
Public Sub New ( _
linkedTask As Integer, _
properties As SPWorkflowTaskProperties, _
reviewer As Contact, _
resetDate As Boolean _
)
'Usage
Dim linkedTask As Integer
Dim properties As SPWorkflowTaskProperties
Dim reviewer As Contact
Dim resetDate As Boolean
Dim instance As New TaskData(linkedTask, _
properties, reviewer, resetDate)
public TaskData(
int linkedTask,
SPWorkflowTaskProperties properties,
Contact reviewer,
bool resetDate
)
Parameters
- linkedTask
Type: System.Int32
- properties
Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties
- reviewer
Type: Microsoft.Office.Workflow.Utility.Contact
- resetDate
Type: System.Boolean