FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getFormInstancesByFolder Method

Gets the form instances by folder.

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

Syntax


public DataTable getFormInstancesByFolder(
	string sFolderID,
	string sUser
)
Public Function getFormInstancesByFolder ( _
	sFolderID As String, _
	sUser As String _
) As DataTable
public:
DataTable^ getFormInstancesByFolder(
	String^ sFolderID, 
	String^ sUser
)

Parameters

sFolderID
Type: String
The s folder identifier.
sUser
Type: String
The s user.

Return Value

DataTable.