Gets the definitions for creating instances.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public DataTable getDefinitionsForCreatingInstances(
string sUserID,
string orderByCol
)
Public Function getDefinitionsForCreatingInstances ( _
sUserID As String, _
orderByCol As String _
) As DataTable
public:
DataTable^ getDefinitionsForCreatingInstances(
String^ sUserID,
String^ orderByCol
)
Parameters
- sUserID
- Type: String
The s user identifier.
- orderByCol
- Type: String
The order by col.
Return Value
DataTable.