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)
Syntaxpublic static int BookmarkHistoryMax(
IAppContext cxt
)
Public Shared Function BookmarkHistoryMax (
cxt As IAppContext
) As Integer
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
Int32The maximum number of bookmarks allowed per user.
See Also