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

Inheritance: BaseSublayout
Afficher le fichier Open project: WeTeam/WeBlog

Protected Properties

Свойство Type Description
ListViewCategories global::System.Web.UI.WebControls.ListView
PanelCategories global::System.Web.UI.WebControls.Panel

Méthodes protégées

Méthode Description
LoadCategories ( ) : void

Load the categories into this control

Page_Load ( object sender, EventArgs e ) : void

Method Details

LoadCategories() protected méthode

Load the categories into this control
protected LoadCategories ( ) : void
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Panel