FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..importDashboardWidget Method

Imports the widget.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool importDashboardWidget(
	XDocument oWidgetXML,
	ref string widgetID
)
Public Function importDashboardWidget ( _
	oWidgetXML As XDocument, _
	ByRef widgetID As String _
) As Boolean
public:
bool^ importDashboardWidget(
	XDocument^ oWidgetXML, 
	String^% widgetID
)

Parameters

oWidgetXML
Type: XDocument
The o widget XML.
widgetID
Type: String%
The widget identifier.

Return Value

true if XXXX, false otherwise.