deFormDesign..::..updateFormWidget Method
Updates the form widget.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool updateFormWidget( string sFormWidgetID, string sFormWidgetName, string sFormWidgetDisplayName, string sFormWidgetDescription, string sFormWidgetNamespace, string sFormWidgetDLLPath, string sFormWidgetCategory )
Parameters
- sFormWidgetID
- Type: String
The s form widget identifier.
- sFormWidgetName
- Type: String
Name of the s form widget.
- sFormWidgetDisplayName
- Type: String
Display name of the s form widget.
- sFormWidgetDescription
- Type: String
The s form widget description.
- sFormWidgetNamespace
- Type: String
The s form widget namespace.
- sFormWidgetDLLPath
- Type: String
The s form widget DLL path.
- sFormWidgetCategory
- Type: String
The s form widget category.