Web_Skin_Object Class
Stores information about an HTML skin, which determines the header, footer, stylesheet, and other design elements for the rendered HTML
Namespace: SobekCM.Core.SkinsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("webSkin")]
[DataContractAttribute]
public class Web_Skin_Object |
Remarks
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Banner_HTML | Code for the banner to use, if this is set to override the banner |
| Base_Skin_Code | Code for the base skin which this skin derives from |
| CSS_Style | Additional CSS Stylesheet to be included for this skin |
| Exception | Exception message, if an exception occurred whie this was built |
| Footer_Has_Container_Directive | Flag indicates if the main footer has a %CONTAINER% directive indicating
where the container tag should be placed. This is useful if either the whole footer, or
a portion of the footer, should extend past the main container. |
| Footer_HTML | HTML for the standard footer, to be included when rendering an HTML page |
| Footer_Item_HTML | HTML for the item-specific footer, to be included when rendering an HTML page from the item viewer |
| Header_Has_Container_Directive | Flag indicates if the main header has a %CONTAINER% directive indicating
where the container tag should be placed. This is useful if either the whole header, or
a portion of the header, should extend past the main container. |
| Header_HTML | HTML for the standard header, to be included when rendering an HTML page |
| Header_Item_HTML | HTML for the item-specific header, to be included when rendering an HTML page from the item viewer |
| Language_Code | Language code, which indicates which language this skin information pertains to |
| Override_Banner | Flag indicates if this skin has a banner which should override any aggregation-specific banner |
| Skin_Code | Code for this skin |
| Suppress_Top_Navigation | Flag indicates if the top-level aggregation navigation should be suppressed for this web skin ( i.e., is the top-level navigation embedded into the header file already? ) |
See Also