Share via


IssueTracking.ResetTaskIds Method

Resets task IDs for the workflow instance.

Namespace:  Microsoft.SharePoint.Workflow.Application
Assembly:  Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)

Syntax

'Declaration
Public Sub ResetTaskIds ( _
    sender As Object, _
    e As EventArgs _
)
'Usage
Dim instance As IssueTracking
Dim sender As Object
Dim e As EventArgs

instance.ResetTaskIds(sender, e)
public void ResetTaskIds(
    Object sender,
    EventArgs e
)

Parameters

Remarks

This method resets the fields that are used to identify the tasks in the workflow.

See Also

Reference

IssueTracking Class

IssueTracking Members

Microsoft.SharePoint.Workflow.Application Namespace