FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDefinition..::..getConfigurationFromFormWidget Method

Gets the configuration from form widget.

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

Syntax


public Dictionary<string, string> getConfigurationFromFormWidget(
	string sWidgetID,
	string sWidgetType,
	string sWidgetName,
	params string[] propertyNames
)
Public Function getConfigurationFromFormWidget ( _
	sWidgetID As String, _
	sWidgetType As String, _
	sWidgetName As String, _
	ParamArray propertyNames As String() _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getConfigurationFromFormWidget(
	String^ sWidgetID, 
	String^ sWidgetType, 
	String^ sWidgetName, 
	... array<String^>^ propertyNames
)

Parameters

sWidgetID
Type: String
The s widget identifier.
sWidgetType
Type: String
Type of the s widget.
sWidgetName
Type: String
Name of the s widget.
propertyNames
Type: array<String>[]()[][]
The property names.

Return Value

Dictionary<System.String, System.String>.