Given a workflow, work out what the incoming and out going names of a transition are

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetWorkflowTransitionNames( _ 
ByVal w As Workflow, _ 
ByVal transition_id As EntityID, _ 
ByRef from As String, _ 
ByRef to As String
) As Boolean
This language is not supported or no code example is available.
public static bool GetWorkflowTransitionNames( 
Workflow w
EntityID transition_id
out string from
out string to 
)
This language is not supported or no code example is available.
public:  
static bool GetWorkflowTransitionNames( 
Workflow^ w
EntityID^ transition_id
String^& from
String^& to 
)
This language is not supported or no code example is available.
public static function GetWorkflowTransitionNames( 
w : Workflow
transition_id : EntityID
from : String
to : String 
) : boolean;
This language is not supported or no code example is available.

Parameters

w
Type: Workflow

<default>

transition_id
Type: EntityID

<default>

from
Type: string

<default>

to
Type: string

<default>

Return Value

Type: bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1