IssueTracking.ClearFlags Method
Clears flags before a workflow step.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public Sub ClearFlags ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim instance As IssueTracking
Dim sender As Object
Dim e As EventArgs
instance.ClearFlags(sender, e)
public void ClearFlags(
Object sender,
EventArgs e
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: System.EventArgsThe data for the event.
Remarks
The workflow markup file IssueTracking.xoml calls this method to clear the flags, which are used to indicate whether the task has been changed or deleted during the execution before a workflow step.