deFormDefinition..::..createFormInstance Method (String, String, String)
Creates the form instance.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public deFormInstance createFormInstance( string sInstanceName, string sInstanceID, string sWorkflowInstanceID )
Public Function createFormInstance ( _ sInstanceName As String, _ sInstanceID As String, _ sWorkflowInstanceID As String _ ) As deFormInstance
public: deFormInstance^ createFormInstance( String^ sInstanceName, String^ sInstanceID, String^ sWorkflowInstanceID )
Parameters
- sInstanceName
- Type: String
Name of the instance.
- sInstanceID
- Type: String
The s instance identifier.
- sWorkflowInstanceID
- Type: String
The s workflow instance identifier.