Click or drag to resize

PFDataHubGetUsersAutoComplete 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 Html GetUsersAutoComplete(
	long applicationId,
	long contentTypeId,
	long fieldId,
	long applicationContextId,
	string textFilter
)

Parameters

applicationId
Type: SystemInt64
contentTypeId
Type: SystemInt64
fieldId
Type: SystemInt64
applicationContextId
Type: SystemInt64
textFilter
Type: SystemString

Return Value

Type: Html
See Also