Click or drag to resize

PFItemHtmlHelperGetCustomFiltersForChoicePossibleItems Method

Gets the custom filters for a choice field, mixed with the filters of the view.

The result is used to refine the list of selectable values of a PFFieldChoice.

By default, returns null.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected virtual PFQueryNode GetCustomFiltersForChoicePossibleItems(
	PFFieldChoice field
)

Parameters

field
Type: Packflow.CorePFFieldChoice

Return Value

Type: PFQueryNode
See Also