Click or drag to resize

PFFieldHtmlHelper_ChoiceGetAvailableEntries 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.CorePFFieldChoice
appContext
Type: Packflow.CorePFApplicationContext
maxEntries (Optional)
Type: SystemInt32
translations (Optional)
Type: Packflow.InterfacePFTranslations
targetView (Optional)
Type: Packflow.CorePFView
customFilters (Optional)
Type: Packflow.CorePFQueryNode

Return Value

Type: ListPFItem
See Also