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.ItemViewerAssembly: 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