IssueTracking.IsTaskDeleted Method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Sub IsTaskDeleted ( _
    taskId As Guid, _
    creationProperties As SPWorkflowTaskProperties, _
    executor As String _
)
'Usage
Dim instance As IssueTracking
Dim taskId As Guid
Dim creationProperties As SPWorkflowTaskProperties
Dim executor As String

instance.IsTaskDeleted(taskId, creationProperties, _
    executor)
public void IsTaskDeleted(
    Guid taskId,
    SPWorkflowTaskProperties creationProperties,
    string executor
)

Parameters

  • taskId
    Type: System.Guid

    The GUID of the workflow task to be checked.

  • executor
    Type: System.String

    The ID for the user starting the task.

Remarks

This method does nothing.

See Also

Reference

IssueTracking Class

IssueTracking Members

Microsoft.SharePoint.Workflow.Application Namespace