Click or drag to resize

NavigatorCreateAlphaFilterNavigator Method

Creates a navigator for use on a page to build an alphabetic filter link navigator.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Navigator CreateAlphaFilterNavigator(
	IAppContext cxt,
	PageInfo pi,
	PageElementInfo pei
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
pi
Type: NetQuarryPageInfo
The page object.
pei
Type: NetQuarryPageElementInfo
The page element object.

Return Value

Type: Navigator
The existing or newly created navigator.
See Also