Click or drag to resize

WidgetOutputAddConnection Method (WidgetInput)

Add a connection to this output, returns false if the connection can't be made.

Namespace:  IBM.Watson.DeveloperCloud.Widgets
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool AddConnection(
	WidgetInput input
)

Parameters

input
Type: IBM.Watson.DeveloperCloud.WidgetsWidgetInput
A reference to the connection to establish.

Return Value

Type: Boolean
Returns true on success.
See Also