Click or drag to resize

RecognitionExpressionEditorParseExpression Method

Parses the recognition expression from the given XML representation.

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static RecognitionExpression ParseExpression(
	string xmlData
)

Parameters

xmlData
Type: SystemString
XML string representing an expression.

Return Value

Type: RecognitionExpression
Parsed expression.
Remarks