Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.GuidThe GUID of the workflow task to be checked.
creationProperties
Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskPropertiesThe initial properties for the activity.
executor
Type: System.StringThe ID for the user starting the task.
Remarks
This method does nothing.