WorkflowStringBuilder.GetWorkflowNames(List<WorkflowRecord>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.