Click or drag to resize

Navigator.CreateAlphaFilterNavigator 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: NetQuarry.IAppContext
The application context.
pi
Type: NetQuarry.PageInfo
The page object.
pei
Type: NetQuarry.PageElementInfo
The page element object.

Return Value

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