Share via


XlateWorkflow.GetCreationProperties Method

Retrieves the properties set at the time of the creation of the Translation workflow instance

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

Syntax

'Declaration
Public Function GetCreationProperties ( _
    sender As Object, _
    taskId As Guid _
) As SPWorkflowTaskProperties
'Usage
Dim instance As XlateWorkflow
Dim sender As Object
Dim taskId As Guid
Dim returnValue As SPWorkflowTaskProperties

returnValue = instance.GetCreationProperties(sender, _
    taskId)
public SPWorkflowTaskProperties GetCreationProperties(
    Object sender,
    Guid taskId
)

Parameters

  • sender
    Type: System.Object
    An object representing the caller of this method.
  • taskId
    Type: System.Guid
    The GUID of a specific workflow task.

Return Value

Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties
Returns SPWorkflowTaskProperties.

See Also

Reference

XlateWorkflow Class

XlateWorkflow Members

Microsoft.Office.Workflow Namespace