FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getAllUnCategorizedFormDefinitions Method

Gets all un categorized form definitions.

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

Syntax


public DataTable getAllUnCategorizedFormDefinitions(
	string sUser,
	string sWhereClause
)
Public Function getAllUnCategorizedFormDefinitions ( _
	sUser As String, _
	sWhereClause As String _
) As DataTable
public:
DataTable^ getAllUnCategorizedFormDefinitions(
	String^ sUser, 
	String^ sWhereClause
)

Parameters

sUser
Type: String
The s user.
sWhereClause
Type: String
The s where clause.

Return Value

DataTable.