FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getNumberOfFormWidgetInputsByFormWidgetID Method

Gets the number of form widget inputs by form widget identifier.

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

Syntax


public long getNumberOfFormWidgetInputsByFormWidgetID(
	string sFormWidgetID
)
Public Function getNumberOfFormWidgetInputsByFormWidgetID ( _
	sFormWidgetID As String _
) As Long
public:
long long^ getNumberOfFormWidgetInputsByFormWidgetID(
	String^ sFormWidgetID
)

Parameters

sFormWidgetID
Type: String
The s form widget identifier.

Return Value

System.Int64.