mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Navigation >> Display_Mode_Enum

Display_Mode_Enum Enumeration



Display mode which determines what major category of action is being requested


Namespace: SobekCM.Core.Navigation
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public enum Display_Mode_Enum

Members

Member nameValueDescription
None0No display mode set
Error1An error was encountered during processing
Administrative2 System and portal administrator tasks
Aggregation3 Aggregation views, such as viewing the home page, child pages, etc..
Contact4Request to send an email and contact the digital library team
Contact_Sent5Displays the congratulations screen after the user submits a contact us email
Internal6Display internal information about this digital library
Item_Cache_Reload7Just reload the information about each of the items into the cache
Item_Display8Display a single item
Item_Print9Renders a single item for printing
Legacy_URL10Used to redirect from a legacy URL to a new URL, during URL transition times
MapSearchBeta11 This holds the mapsearch beta enum
My_Sobek12Display is something from the authenticated portion of mySobek
Preferences13Simple preferences (not related to mySobek) are displayed, allowing user to select language, etc..
Public_Folder14 Display a user's public folder
Reports15 Reporting module
Reset16Full memory reset was requested
Results17Display results of a search against items within an aggregation
Search18Search items within an aggregation
Simple_HTML_CMS19Simply works as a content management system, displaying static html pages within an interface
Statistics20Display statistical information about item counts and usage

Remarks

For HTML rendering, these roughly correspond to which HTML subwriter to use.

This value generally comes from the second character of the mode value in the URL query string ( m=.X... )

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )