Gets the application by name data.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public DataTable getApplicationByNameData(
string sApplicationName,
string sApplicationIconPath
)
Public Function getApplicationByNameData ( _
sApplicationName As String, _
sApplicationIconPath As String _
) As DataTable
public:
DataTable^ getApplicationByNameData(
String^ sApplicationName,
String^ sApplicationIconPath
)
Parameters
- sApplicationName
- Type: String
Name of the s application.
- sApplicationIconPath
- Type: String
The s application icon path.
Return Value
DataTable.