Adds the form widget to category.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool addFormWidgetToCategory(
string sFormWidgetID,
string sFormWidgetCategoryID
)
Public Function addFormWidgetToCategory ( _
sFormWidgetID As String, _
sFormWidgetCategoryID As String _
) As Boolean
public:
bool^ addFormWidgetToCategory(
String^ sFormWidgetID,
String^ sFormWidgetCategoryID
)
Parameters
- sFormWidgetID
- Type: String
The s form widget identifier.
- sFormWidgetCategoryID
- Type: String
The s form widget category identifier.
Return Value
true if XXXX,
false otherwise.