FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDashboard..::..getWidgetConfiguredPropertyValue Method

Gets the widget configured property value.

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

Syntax


public string getWidgetConfiguredPropertyValue(
	string sWidgetID,
	string sConfigName
)
Public Function getWidgetConfiguredPropertyValue ( _
	sWidgetID As String, _
	sConfigName As String _
) As String
public:
String^ getWidgetConfiguredPropertyValue(
	String^ sWidgetID, 
	String^ sConfigName
)

Parameters

sWidgetID
Type: String
The s widget identifier.
sConfigName
Type: String
Name of the s configuration.

Return Value

System.String.