FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDefinition..::..createFormInstance Method (String, String, String)

Creates the form instance.

Namespace:  FlowWright.cDevDeAPI
Assembly:  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.

Return Value

deFormInstance.