Gets all form widgets data.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public DataTable getAllFormWidgetsData(
string sOrderByCol
)
Public Function getAllFormWidgetsData ( _
sOrderByCol As String _
) As DataTable
public:
DataTable^ getAllFormWidgetsData(
String^ sOrderByCol
)
Parameters
- sOrderByCol
- Type: String
The s order by col.
Return Value
DataTable.