Removes the form widget resource.
Namespace:
FlowWright.cDevDeAPI.Globalization
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Public Function removeFormWidgetResource ( _
formWidgetID As String, _
cultureName As String _
) As Boolean
public:
bool^ removeFormWidgetResource(
String^ formWidgetID,
String^ cultureName
)
Parameters
- formWidgetID
- Type: String
The form widget identifier.
- cultureName
- Type: String
Name of the culture.
Return Value
true if XXXX,
false otherwise.