Click or drag to resize

PFFieldHtmlHelper_UserGetHTMLInterface_AutoCompleteSelector Method

Gets the HTML of the autocomplete selection popup, shown when the user types in the search area.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static Html GetHTMLInterface_AutoCompleteSelector(
	PFFieldUser field,
	string textFilter,
	PFApplicationContext appContext = null
)

Parameters

field
Type: Packflow.CorePFFieldUser
textFilter
Type: SystemString
appContext (Optional)
Type: Packflow.CorePFApplicationContext

Return Value

Type: Html
See Also