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

ResultsServices.legacy_json_display_search_results Method



Writes the search or browse information in JSON format directly to the output stream


Namespace: SobekCM.Engine_Library.Endpoints
Assembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
protected internal void legacy_json_display_search_results(
	TextWriter Output,
	Results_Arguments Args,
	Search_Results_Statistics ResultsStats,
	List<iSearch_Title_Result> ResultsPage
)

Parameters

Output
Type: System.IO..::..TextWriter
Stream to which to write the JSON search or browse information
Args
Type: SobekCM.Core.Results..::..Results_Arguments
ResultsStats
Type: SobekCM.Core.Results..::..Search_Results_Statistics
ResultsPage
Type: System.Collections.Generic..::..List<(Of <(<'iSearch_Title_Result>)>)>

See Also



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