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 >> Library >> Citation >> Template >> CompleteTemplate >> Render_Template_HTML Method >> Render_Template_HTML (TextWriter, SobekCM_Item, String, Boolean, User_Object, Web_Language_Enum, Language_Support_Info, String, Int32)

CompleteTemplate.Render_Template_HTML Method (TextWriter, SobekCM_Item, String, Boolean, User_Object, Web_Language_Enum, Language_Support_Info, String, Int32)



Displays one page worth of elements from an item as HTML using this template


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

Syntax

C#
public string Render_Template_HTML(
	TextWriter Output,
	SobekCM_Item Bib,
	string Skin_Code,
	bool isMozilla,
	User_Object Current_User,
	Web_Language_Enum CurrentLanguage,
	Language_Support_Info Translator,
	string Base_URL,
	int page
)

Parameters

Output
Type: System.IO..::..TextWriter
Text writer to write all of the HTML for this template
Bib
Type: SobekCM.Resource_Object..::..SobekCM_Item
Bibliographic identifier for the item to display
Skin_Code
Type: System..::..String
Current base skin code
isMozilla
Type: System..::..Boolean
Flag indicates if this is Mozilla
Current_User
Type: SobekCM.Core.Users..::..User_Object
Current user, which can dictate how certain elements within this template render
CurrentLanguage
Type: SobekCM.Core.Configuration.Localization..::..Web_Language_Enum
Current language of the user interface
Translator
Type: SobekCM.Core.ApplicationState..::..Language_Support_Info
Language support object is used to help translate common user interface terms into the current language
Base_URL
Type: System..::..String
Base URL for the current request
page
Type: System..::..Int32
Page number to display from this template

Return Value

Type: String
HTML code for any pop-up forms, which must be placed in a different DIV on the web page

See Also



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