returns a list of forms for the current instances
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public DataTable getListOfForms(
string sWorkflowInstanceID,
bool bIncludeSubWorkflow
)
Public Function getListOfForms ( _
sWorkflowInstanceID As String, _
bIncludeSubWorkflow As Boolean _
) As DataTable
public:
DataTable^ getListOfForms(
String^ sWorkflowInstanceID,
bool^ bIncludeSubWorkflow
)
Parameters
- sWorkflowInstanceID
- Type: String
The s workflow instance identifier.
- bIncludeSubWorkflow
- Type: Boolean
if set to true [b include sub workflow].
Return Value
DataTable.