Web_Skin_Object Constructor (String, String, String, String)
Constructor for a new instance of the Web_Skin_Object class
Namespace: SobekCM.Core.SkinsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public Web_Skin_Object(
string Skin_Code,
string Base_Skin_Code,
string CSS_Style,
string Banner_HTML
) |
Parameters
- Skin_Code
- Type: System..::..String
Code for this HTML skin
- Base_Skin_Code
- Type: System..::..String
Code for the base HTML skin which this skin derives from
- CSS_Style
- Type: System..::..String
Additional CSS Stylesheet to be included for this HTML skin
- Banner_HTML
- Type: System..::..String
Code for the banner to use, if this is set to override the banner
See Also