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

HTML_Based_Content_Reader.Read_HTML_File Method



Read the source browse and info static html files and create the appropriate HTML_Based_Content object with all the bibliographic information (author, keywords, description, title, code) loaded from the header in the HTML file


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

Syntax

C#
public static HTML_Based_Content Read_HTML_File(
	string Source_File,
	bool Retain_Entire_Display_Text,
	Custom_Tracer Tracer
)

Parameters

Source_File
Type: System..::..String
Source file to read directly from the local network (not via the web)
Retain_Entire_Display_Text
Type: System..::..Boolean
Flag indicates whether the entire display text should be retained (as it is about to be displayed) or just the basic information from the HEAD of the file
Tracer
Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering

Return Value

Type: HTML_Based_Content
Fully built browse info object with all the bibliographic information

See Also



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