IssueTracking.NeedRollback Method

Determines whether the workflow instance should roll the current task back to its last accepted state.

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

Syntax

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

instance.NeedRollback(sender, e)
public void NeedRollback(
    Object sender,
    ConditionalEventArgs e
)

Parameters

Remarks

This method is a code condition that evaluates to false if the current task is deleted or is allowed changes; otherwise, it evaluates to true.

See Also

Reference

IssueTracking Class

IssueTracking Members

Microsoft.SharePoint.Workflow.Application Namespace