FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..getFormDefIdFromHTML Method

Gets the form definition identifier from HTML.

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

Syntax


public string getFormDefIdFromHTML(
	string sHTML
)
Public Function getFormDefIdFromHTML ( _
	sHTML As String _
) As String
public:
String^ getFormDefIdFromHTML(
	String^ sHTML
)

Parameters

sHTML
Type: String
The s HTML.

Return Value

System.String.