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 >> Complete_Web_Skin_Object

Complete_Web_Skin_Object Class



Complete source information for a web skin object, which determines the header, footer, stylesheet, and other design elements for the rendered HTML


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

Syntax

C#
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class Complete_Web_Skin_Object

Remarks

This contains links to all the source files used for every language, but does not contain any of the actual HTML to include in the output stream. During normal use, a language-specific Web_Skin_Object instance is used.

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Skins..::..Complete_Web_Skin_Object

Constructors

  NameDescription
Public methodComplete_Web_Skin_Object
Constructor for a new instance of the Complete_Web_Skin_Object class

Fields

  NameDescription
Public fieldCSS_Style
Additional CSS Stylesheet to be included for this skin
Public fieldSkin_Code
Code for this skin

Properties

  NameDescription
Public propertyBanner_Link
Link for the banner, if there is a banner set to override the aggregation-specific banner
Public propertyBase_Skin_Code
Code for the base skin which this skin derives from
Public propertyException
Exception message, if an exception occurred whie this was built
Public propertyNotes
Notes associated with this web skin
Public propertyOverride_Banner
Flag indicates if this skin has a banner which should override any aggregation-specific banner
Public propertySourceFiles
Collection of the source files for every language supported by this web skin
Public propertySuppress_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



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