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 >> Library >> WebContentViewer >> Viewers >> Work_History_WebContentViewer

Work_History_WebContentViewer Class



Web content viewer shows the change log of all updates performed against a web content page or redirect


Namespace: SobekCM.Library.WebContentViewer.Viewers
Assembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public class Work_History_WebContentViewer : abstractWebContentViewer

Remarks

This viewer extends the abstractWebContentViewer abstract class and implements the iWebContentViewer interface.

Inheritance Hierarchy

System..::..Object
  SobekCM.Library.WebContentViewer.Viewers..::..abstractWebContentViewer
    SobekCM.Library.WebContentViewer.Viewers..::..Work_History_WebContentViewer

Constructors

  NameDescription
Public methodWork_History_WebContentViewer
Constructor for a new instance of the Work_History_WebContentViewer class

Methods

  NameDescription
Public methodAdd_HTML
Add the HTML to be displayed
(Overrides abstractWebContentViewer..::..Add_HTML(TextWriter, Custom_Tracer).)

Fields

  NameDescription
Protected fieldRequestSpecificValues
Protected field contains the information specific to the current request
(Inherited from abstractWebContentViewer.)
Protected fieldStaticPage
Protcted field contains the static web page information for the current request
(Inherited from abstractWebContentViewer.)

Properties

  NameDescription
Public propertyType
Gets the type of specialized web content viewer
(Overrides abstractWebContentViewer..::..Type.)
Public propertyViewer_Icon
Gets the URL for the icon related to this web content viewer task
(Overrides abstractWebContentViewer..::..Viewer_Icon.)
Public propertyViewer_Title
Title for the page that displays this viewer, this is shown in the search box at the top of the page, just below the banner
(Overrides abstractWebContentViewer..::..Viewer_Title.)

See Also



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