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