Click or drag to resize

PFWidget_QuickAccessGenerateValuesHtml Method

Retrieves filtered results from the database and generates the corresponding HTML.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public Html GenerateValuesHtml(
	string filter
)

Parameters

filter
Type: SystemString
The text filter.

Return Value

Type: Html
HTML
Exceptions
ExceptionCondition
InvalidStateException
See Also