Gets the list of workflows the agent can log into.

Namespace: ININ.IceLib.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
[ObsoleteAttribute("Workflows no longer exist.  Use GetAvailableCampaigns.")]
public string[] GetAvailableWorkflows()
Visual Basic
<ObsoleteAttribute("Workflows no longer exist.  Use GetAvailableCampaigns.")> _
Public Function GetAvailableWorkflows As String()

Return Value

An array of workflow names.

See Also