Click or drag to resize

FavoritesBookmarkHistoryMax Method

Gets the maximum number of bookmarks to track per user. This can be configured per-application via the ui_BookmarkHistoryMaxUI feature.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int BookmarkHistoryMax(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: Int32
The maximum number of bookmarks allowed per user.
See Also