Click or drag to resize

PFFieldHtmlHelper_Choice.GetAvailableEntries Method

Gets the list of entries 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 List<PFItem> GetAvailableEntries(
	PFFieldChoice field,
	PFApplicationContext appContext,
	int maxEntries = -1,
	PFTranslations translations = null,
	PFView targetView = null,
	PFQueryNode customFilters = null
)

Parameters

field
Type: Packflow.Core.PFFieldChoice
appContext
Type: Packflow.Core.PFApplicationContext
maxEntries (Optional)
Type: System.Int32
translations (Optional)
Type: Packflow.Interface.PFTranslations
targetView (Optional)
Type: Packflow.Core.PFView
customFilters (Optional)
Type: Packflow.Core.PFQueryNode

Return Value

Type: List<PFItem>
See Also