FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormRuntime..::..getFormInstances Method

get instances created by an user

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public Dictionary<string, deFormInstance> getFormInstances(
	string createdByUserID,
	string tenantID
)
Public Function getFormInstances ( _
	createdByUserID As String, _
	tenantID As String _
) As Dictionary(Of String, deFormInstance)
public:
Dictionary<String^, deFormInstance^>^ getFormInstances(
	String^ createdByUserID, 
	String^ tenantID
)

Parameters

createdByUserID
Type: String
created by user ID
tenantID
Type: String
The tenant identifier.

Return Value

Dictionary<System.String, deInstance>.