Partilhar via


WorkflowStringBuilder.GetWorkflowSteps Method

Gets the workflowsteps availabe to build the initialization string

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim workflowId As Guid
Dim workflowSteps As List(Of WorkflowStepRecord)
Dim returnValue As String

returnValue = WorkflowStringBuilder.GetWorkflowSteps(workflowId, workflowSteps)

Syntax

'Declaration
Public Shared Function GetWorkflowSteps ( _
    workflowId As Guid, _
    workflowSteps As List(Of WorkflowStepRecord) _
) As String
public static string GetWorkflowSteps (
    Guid workflowId,
    List<WorkflowStepRecord> workflowSteps
)
public:
static String^ GetWorkflowSteps (
    Guid workflowId, 
    List<WorkflowStepRecord^>^ workflowSteps
)
public static String GetWorkflowSteps (
    Guid workflowId, 
    List<WorkflowStepRecord> workflowSteps
)
public static function GetWorkflowSteps (
    workflowId : Guid, 
    workflowSteps : List<WorkflowStepRecord>
) : String

Parameters

  • workflowId
    Specifies the workflow ID.
  • workflowSteps
    Specifies the workflow steps.

Return Value

Type: String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

WorkflowStringBuilder Class
WorkflowStringBuilder Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.