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

Item_Nav_Bar_HTML_Factory.Get_Nav_Bar_HTML Method



Get the navigation bar html for a view, given information about the current request


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

Syntax

C#
public static List<string> Get_Nav_Bar_HTML(
	View_Object Item_View,
	string Resource_Type,
	string Skin_Code,
	Navigation_Object Current_Mode,
	int Page_Sequence,
	Language_Support_Info Translator,
	bool Show_Zoomable,
	SobekCM_Item Current_Item
)

Parameters

Item_View
Type: SobekCM.Resource_Object.Behaviors..::..View_Object
View for which to generate the html
Resource_Type
Type: System..::..String
Current resource type, which determines the text in several viewer's tabs
Skin_Code
Type: System..::..String
Code for the current web sking, which determines which tab images to use
Current_Mode
Type: SobekCM.Core.Navigation..::..Navigation_Object
Mode / navigation information for the current request
Page_Sequence
Type: System..::..Int32
Current page sequence
Translator
Type: SobekCM.Core.ApplicationState..::..Language_Support_Info
Language support object provides support for translating common user interface elements, like the names of these tabs
Show_Zoomable
Type: System..::..Boolean
Flag indicates if the zoomable server is online and should be displayable
Current_Item
Type: SobekCM.Resource_Object..::..SobekCM_Item
Current digital resource, with the viewers that should be displayed

Return Value

Type: List<(Of <(<'String>)>)>
Collection of the html for the navigation bar (one view could have multiple tabs)

See Also



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