Click or drag to resize

PFDataHubPFWidget_QuickAccess_GetValues Method

Gets filtered values, to be shown in the QuickAccess widget.

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 PFWidget_QuickAccess_GetValues(
	string settingsText,
	string filter
)

Parameters

settingsText
Type: SystemString
The settings html, loaded in the LoadSettingsFromHtml method.
filter
Type: SystemString
Text filter.

Return Value

Type: Html
Found values in HTML format.
See Also