Click or drag to resize

PageInfoAttrs Enumeration

Attributes of a PageInfo object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PageInfoAttrs
Members
  Member nameValueDescription
HasElements1This object has associated PageElementInfo objects. Note that this item must be set programmatically (meta-data ignored).
PopupDetail2When a drilldown to detail is performed, pop up the detail.
PopupDetailDialog4When a drilldown to detail is performed, pop up the detail using the dialog template.
AllowMultiPopup128Allow multiple instances of this form to be open at one time. Applies only when PopupDetailDialog is set.
NoPaging256Do not provide record navigation buttons or related captioning on the toolbar.
SupportsSearch512This page supports global search.
NotPrintable1024This page will not support printing.
PrintMode2048This page is specifically intended for printing.
Disabled4096This page is disabled and will not be loaded.
TenantSpecific8192This page is tenant-specific and access must be explicitly granted.
NoTitleCase16384The caption of this link should not be forced to use Title Case when implict vocabulary is being used.
NoFavorites32768 Do not show the 'Add to Favorites' button. Note that application-wide favorites configuration is specified by the FavoritesPageTypes Personalization feature. See also ShowFavorites.
IncludeAnalytics65536This page should be instrumented for analytics (as configured in the Google feature).
NoAutoComplete131072Disables browser autoComplete for entire page.
NoBrowserPageCaching262144Set a Cache-Control response header for this page to disallow both caching and storing.
Generic524288 This is a generic page where the request must specify the PageInfo and PageElementInfo for which to act. The request must specify the PageInfo via the GenericMOP parameter and the PageElementInfo via the GenericPEI parameter.
BookmarkHistory1048576 A history of visits to this page should be tracked in xot_bookmarks and made available for navigation. Records in xot_bookmarks used for history will be marked with the AutoHistory attribute. In order to enable bookmark history, the Bookmark UI feature must be enabled.
ShowFavorites2097152 Always show the 'Add Favorites' button on this page. Note that application-wide favorites configuration is specified by the FavoritesPageTypes Personalization feature. See also NoFavorites.
Migrated16777216This page was recently migrated.
See Also