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 >> WebContent >> HTML_Based_Content

HTML_Based_Content Class



Base abstract class is used for all html content-based browse, info, or simple CMS-style web content objects. These are objects which are (possibly) read from a static HTML file and much of the head information must be maintained


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

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("webContentPage")]
[DataContractAttribute]
[ProtoContractAttribute]
public class HTML_Based_Content

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.WebContent..::..HTML_Based_Content

Constructors

  NameDescription
Public methodHTML_Based_Content()()()()
Constructor for a new instance of the base_HTML_Content_Object class
Public methodHTML_Based_Content(String)
Constructor for a new instance of the base_HTML_Content_Object class
Public methodHTML_Based_Content(String, String)
Constructor for a new instance of the base_HTML_Content_Object class
Public methodHTML_Based_Content(String, String, String)
Constructor for a new instance of the base_HTML_Content_Object class

Methods

  NameDescription
Public methodApply_Settings_To_Static_Text
Apply the individual user settings to this static text, replacing all directives with the actual data from this HTTP request
Public methodCan_Delete
Check to see if a user has the rights to DELETE an existing content page or redirect
Public methodCan_Edit
Check to see if a user has the rights to EDIT an existing content page or redirect
Public methodSave_To_File
Saves all this data to a file
Public methodURL
Gets the URL for this web content page, based on the system base URL

Properties

  NameDescription
Public propertyAuthor
Author is used when displaying this info/browse page as a search result
Public propertyBanner
Public propertyBuild_Exception
Any build error that occurred during processing
Public propertyCode
Code for this info or browse page
Public propertyContent
Text to display in the primary display region
Public propertyContentSource
Static text included as the body of the static HTML file if item aggregation custom directives appears in the content source (otherwise NULL)
Public propertyCssFile
CSS stylesheet for this web content
Public propertyDate
Date is used when displaying this info/browse page as a search result
Public propertyDescription
Description is used when displaying this info/browse page as a search result
Public propertyExtra_Head_Info
Extra information which was read from the head value and should be included in the final html rendering
Public propertyIncludeMenu
Text to display in the primary display region
Public propertyIncludeMenu_AsString
Text to display in the primary display region
Public propertyJavascriptFile
Javascript file for this web content
Public propertyKeywords
Keywords are used when displaying this info/browse page as a search result
Public propertyLevel1
Level 1 of this static webcontent page
Public propertyLevel2
Level 2 of this static webcontent page
Public propertyLevel3
Level 3 of this static webcontent page
Public propertyLevel4
Level 4 of this static webcontent page
Public propertyLevel5
Level 5 of this static webcontent page
Public propertyLevel6
Level 6 of this static webcontent page
Public propertyLevel7
Level 7 of this static webcontent page
Public propertyLevel8
Level 8 of this static webcontent page
Public propertyLocked
Text to display in the primary display region
Public propertyLocked_AsString
Text to display in the primary display region
Public propertyRedirect
Redirect URL associated with this web content object
Public propertySiteMap
Site maps indicate a sitemap XML file to use to render the left navigation bar's tree view (MSDN-style) table of contents
Public propertySource
Source for this html-based web content
Public propertyThumbnail
Thumbnail is used when displaying this info/browse page as a search result
Public propertyTitle
Title is used when displaying this info/browse page as a search result
Public propertyUrlSegments
Gets the URL segments for this web content page
Public propertyWeb_Skin
Web skin in the head overrides any other web skin which may be present in the URL
Public propertyWebContentID
Primary key of this static webcontent page, if this is a non-aggregational related page
Public propertyWebContentID_AsString
Primary key of this static webcontent page, if this is a non-aggregational related page, as string

See Also



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