GetCreationPropertiesCall Delegate

A delegate that is used to retrieve the properties of a new workflow task.

Namespace:  Microsoft.Office.Workflow
Assembly:  Microsoft.Office.Workflow.Tasks (in Microsoft.Office.Workflow.Tasks.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Delegate Function GetCreationPropertiesCall ( _
    sender As Object, _
    taskId As Guid _
) As SPWorkflowTaskProperties
'Usage
Dim instance As New GetCreationPropertiesCall(AddressOf HandlerMethod)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public delegate SPWorkflowTaskProperties GetCreationPropertiesCall(
    Object sender,
    Guid taskId
)

Parameters

  • sender
    Type: System.Object
    An object that represent the caller of GetCreationPropertiesCall
  • taskId
    Type: System.Guid
    A GUID that represents the new workflow task.

Return Value

Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties
An [SPWorkflowTaskProperties] collection.

See Also

Reference

Microsoft.Office.Workflow Namespace