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
Code Details >> Core >> Skins >> Web_Skin_Object >> Set_Header_Footer_Source

Web_Skin_Object.Set_Header_Footer_Source Method



Method sets the header and footer by passing in the names for the source files containing the HTML for the headers and footers


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

Syntax

C#
public void Set_Header_Footer_Source(
	string Header_Source,
	string Footer_Source,
	string Header_Item_Source,
	string Footer_Item_Source
)

Parameters

Header_Source
Type: System..::..String
Name for the file containing the standard header HTML
Footer_Source
Type: System..::..String
Name for the file containing the standard footer HTML
Header_Item_Source
Type: System..::..String
Name for the file containing the item-specific header HTML (used when displaying an item in the item viewer)
Footer_Item_Source
Type: System..::..String
Name for the file containing the item-specific footer HTML (used when displaying an item in the item viewer)

See Also



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