Click or drag to resize
WorkflowConnection Constructor (String, String)
Method for support of basic workflows.

Namespace: CMS.WorkflowEngine.GraphConfig
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public WorkflowConnection(
	string fromID,
	string toID
)

Parameters

fromID
Type: SystemString
ID of source node
toID
Type: SystemString
ID of target node

Return Value

Type: 
New connection
See Also