Static_Pages_Builder Class
Class builds the static HTML page for a digital resource to allow indexing by search engines
Namespace: SobekCM.LibraryAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class Static_Pages_Builder |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Static_Pages_Builder | Constructor for a new instance of the Static_Pages_Builder class |
Methods
| Name | Description |
---|
| Build_All_Browse | Build the browse all static HTML file that includes links to all items in a particular collection |
| Build_Site_Maps | Builds all of the site map files which point to the static HTML pages |
| Create_Item_Citation_HTML(SobekCM_Item, String, String) | Create the static HTML citation page for a single digital resource |
| Create_Item_Citation_HTML(String, String, String, String, Item_Lookup_Object) | Create the static HTML citation page for a single digital resource |
| Create_MarcXML_File | Creates the static MarcXML file for a digital resource |
| Create_RSS_Feed | Create the RSS feed files necessary |
| Display_Footer | Writes the static footer to go at the bottom of the static digital resource page |
| Display_Header(TextWriter, Web_Skin_Object, SobekCM_Item) | Writes the static header to go at the top of the static digital resource page |
| Display_Header(TextWriter, Web_Skin_Object, String) | Writes the static header to go at the top of the static digital resource page |
| Rebuild_All_MARC_Files | Rebuilds all MarcXML files |
| Rebuild_All_Static_Pages | Rebuilds all static pages, including the RSS feeds and site maps |
| Refresh | Forces this builder clsas to refresh all of the data values from the database |
See Also