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

abstractHtmlSubwriter.Add_Banner Method



Adds the banner to the response stream from either the html web skin or from the current item aggreagtion object, depending on flags in the web skin object


Namespace: SobekCM.Library.HTML
Assembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public static void Add_Banner(
	TextWriter Output,
	string Banner_Division_Name,
	string Web_Page_Title,
	Navigation_Object CurrentMode,
	Web_Skin_Object HTML_Skin,
	Item_Aggregation Hierarchy_Object
)

Parameters

Output
Type: System.IO..::..TextWriter
Stream to which to write the HTML for the banner
Banner_Division_Name
Type: System..::..String
Name for the wrapper division around the banner
Web_Page_Title
Type: System..::..String
Web page title to add behind the banner image
CurrentMode
Type: SobekCM.Core.Navigation..::..Navigation_Object
Mode / navigation information for the current request
HTML_Skin
Type: SobekCM.Core.Skins..::..Web_Skin_Object
HTML Web skin which controls the overall appearance of this digital library
Hierarchy_Object
Type: SobekCM.Core.Aggregations..::..Item_Aggregation
Current item aggregation object to display

Remarks

This is called by several html subwriters that otherwise tell this class to suppress writing the banner

See Also



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