FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..updateFormWidgetInput Method

Updates the form widget input.

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

Syntax


public bool updateFormWidgetInput(
	string sFormWidgetInputID,
	string sFormWidgetID,
	string sFormWidgetInputName,
	string sInputDescription,
	string sDataTypeID,
	int isRequired,
	string sInputCategoryName,
	long iInputIndex
)
Public Function updateFormWidgetInput ( _
	sFormWidgetInputID As String, _
	sFormWidgetID As String, _
	sFormWidgetInputName As String, _
	sInputDescription As String, _
	sDataTypeID As String, _
	isRequired As Integer, _
	sInputCategoryName As String, _
	iInputIndex As Long _
) As Boolean
public:
bool^ updateFormWidgetInput(
	String^ sFormWidgetInputID, 
	String^ sFormWidgetID, 
	String^ sFormWidgetInputName, 
	String^ sInputDescription, 
	String^ sDataTypeID, 
	int^ isRequired, 
	String^ sInputCategoryName, 
	long long^ iInputIndex
)

Parameters

sFormWidgetInputID
Type: String
The s form widget input identifier.
sFormWidgetID
Type: String
The s form widget identifier.
sFormWidgetInputName
Type: String
Name of the s form widget input.
sInputDescription
Type: String
The s input description.
sDataTypeID
Type: String
The s data type identifier.
isRequired
Type: Int32
The is required.
sInputCategoryName
Type: String
Name of the s input category.
iInputIndex
Type: Int64
Index of the i input.

Return Value

true if XXXX, false otherwise.