FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..generateFormWidgetMasterScript Method

Generates the form widget master script.

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

Syntax


public bool generateFormWidgetMasterScript(
	out string sFormWidgetMasterScriptPath,
	string sTenantID
)
Public Function generateFormWidgetMasterScript ( _
	<OutAttribute> ByRef sFormWidgetMasterScriptPath As String, _
	sTenantID As String _
) As Boolean
public:
bool^ generateFormWidgetMasterScript(
	[OutAttribute] String^% sFormWidgetMasterScriptPath, 
	String^ sTenantID
)

Parameters

sFormWidgetMasterScriptPath
Type: String%
The s form widget master script path.
sTenantID
Type: String
The s tenant identifier.

Return Value

true if XXXX, false otherwise.