Click or drag to resize

WidgetOutputSendData Method

Sends a data object to the target of this output.

Namespace:  IBM.Watson.DeveloperCloud.Widgets
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual bool SendData(
	WidgetData data
)

Parameters

data
Type: IBM.Watson.DeveloperCloud.WidgetsWidgetData
Data object to send.

Return Value

Type: Boolean
Returns true if the data was sent to another widget.
See Also