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

Inheritance: BaseSublayout
Datei anzeigen Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
ListViewCategories global::System.Web.UI.WebControls.ListView
PanelCategories global::System.Web.UI.WebControls.Panel

Protected Methods

Method Description
LoadCategories ( ) : void

Load the categories into this control

Page_Load ( object sender, EventArgs e ) : void

Method Details

LoadCategories() protected method

Load the categories into this control
protected LoadCategories ( ) : void
return void

Page_Load() protected method

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

Property Details

ListViewCategories protected_oe property

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

PanelCategories protected_oe property

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