C# Class SobekCM.Core.Skins.Complete_Web_Skin_Object

Show file Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Complete_Web_Skin_Object ( string Skin_Code, string CSS_Style ) : System

Constructor for a new instance of the Complete_Web_Skin_Object class

Method Details

Complete_Web_Skin_Object() public method

Constructor for a new instance of the Complete_Web_Skin_Object class
public Complete_Web_Skin_Object ( string Skin_Code, string CSS_Style ) : System
Skin_Code string Code for this HTML skin
CSS_Style string Additional CSS Stylesheet to be included for this HTML skin
return System