Share via


WorkflowStringBuilder.GetWorkflowNames(List<WorkflowRecord>) Method

Definition

Gets the workflow records avialable to build workflow initialization string.

public:
 static System::String ^ GetWorkflowNames(System::Collections::Generic::List<Microsoft::Uii::Common::Entities::WorkflowRecord ^> ^ workflowList);
public static string GetWorkflowNames (System.Collections.Generic.List<Microsoft.Uii.Common.Entities.WorkflowRecord> workflowList);
static member GetWorkflowNames : System.Collections.Generic.List<Microsoft.Uii.Common.Entities.WorkflowRecord> -> string
Public Shared Function GetWorkflowNames (workflowList As List(Of WorkflowRecord)) As String

Parameters

workflowList
List<WorkflowRecord>

Specifies the workflow list.

Returns

Applies to