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 >> Writer_Type_Enum

Writer_Type_Enum Enumeration



Writer type which determines what type of response is 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 Writer_Type_Enum

Members

Member nameValueDescription
HTML1 Response should be in HTML
HTML_Echo2 Simple writer just echoes through an existing HTML page through this application with very little logic (used for robot search engines mostly)
HTML_LoggedIn3 Response should be in HTML, but the user is logged in
DataSet4 Response should be in microsoft compliant dataset format
Data_Provider5 Response should be a portion of a datatable, in JSON response
JSON6 Response should be in simplified JSON (Javan Simple Object Notation) format
OAI7 Response should be compliant with the OAI-PMH standard
Text8 Response should be in HTML, but be simple text, not formatted
XML9 Response should be in simplified XML format

Remarks

This generally corresponds to which type of Main Writer is used, and which ASP application replies

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

See Also



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