FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..importFormWidget Method

Imports the form widget.

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

Syntax


public bool importFormWidget(
	XDocument oPropXML,
	ref string sFormWidgetID
)
Public Function importFormWidget ( _
	oPropXML As XDocument, _
	ByRef sFormWidgetID As String _
) As Boolean
public:
bool^ importFormWidget(
	XDocument^ oPropXML, 
	String^% sFormWidgetID
)

Parameters

oPropXML
Type: XDocument
The o property XML.
sFormWidgetID
Type: String%
The s form widget identifier.

Return Value

true if XXXX, false otherwise.