FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDefinition..::..export Method

Exports the form definition as HTML

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

Syntax


public string export(
	bool bEscapeHtml
)
Public Function export ( _
	bEscapeHtml As Boolean _
) As String
public:
String^ export(
	bool^ bEscapeHtml
)

Parameters

bEscapeHtml
Type: Boolean
if set to true [b escape HTML].

Return Value

System.String.