Partilhar via


WorkflowStringBuilder.GetWorkflowNames Method

Gets the workflow records avialable to build workflow initialization string.

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

Usage

'Usage
Dim workflowList As List(Of WorkflowRecord)
Dim returnValue As String

returnValue = WorkflowStringBuilder.GetWorkflowNames(workflowList)

Syntax

'Declaration
Public Shared Function GetWorkflowNames ( _
    workflowList As List(Of WorkflowRecord) _
) As String
public static string GetWorkflowNames (
    List<WorkflowRecord> workflowList
)
public:
static String^ GetWorkflowNames (
    List<WorkflowRecord^>^ workflowList
)
public static String GetWorkflowNames (
    List<WorkflowRecord> workflowList
)
public static function GetWorkflowNames (
    workflowList : List<WorkflowRecord>
) : String

Parameters

  • workflowList
    Specifies the workflow list.

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.