C# Class Sitecore.Modules.WeBlog.WebForms.Layouts.Sidebar.BlogRecentComments

Inheritance: BaseSublayout
Datei anzeigen Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
ListViewRecentComments global::System.Web.UI.WebControls.ListView
PanelRecentComments global::System.Web.UI.WebControls.Panel

Public Methods

Method Description
BlogRecentComments ( IRecentCommentsCore recentCommentsCore = null ) : System

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

BlogRecentComments() public method

public BlogRecentComments ( IRecentCommentsCore recentCommentsCore = null ) : System
recentCommentsCore IRecentCommentsCore
return System

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

ListViewRecentComments protected_oe property

ListViewRecentComments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ListView ListViewRecentComments
return global::System.Web.UI.WebControls.ListView

PanelRecentComments protected_oe property

PanelRecentComments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelRecentComments
return global::System.Web.UI.WebControls.Panel