deFormDesign..::..updateFormWidgetInput Method
Updates the form widget input.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool updateFormWidgetInput( string sFormWidgetInputID, string sFormWidgetID, string sFormWidgetInputName, string sInputDescription, string sDataTypeID, int isRequired, string sInputCategoryName, 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.