C# Class Subtext.Web.UI.Controls.SingleColumn

This control displays links by categories. Categories include "Archives", "Image Galleries", And custom link Categories.

Makes use of the CategoryList control.

Inheritance: CachedColumnControl
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
Categories Subtext.Web.UI.Controls.CategoryList

Méthodes protégées

Méthode Description
GetArchiveCategories ( ) : IList
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event. Then calls GetArchiveCategories to populate the CategoryList control.

Method Details

GetArchiveCategories() protected méthode

protected GetArchiveCategories ( ) : IList
Résultat IList

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event. Then calls GetArchiveCategories to populate the CategoryList control.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Résultat void

Property Details

Categories protected_oe property

protected Subtext.Web.UI.Controls.CategoryList Categories
Résultat Subtext.Web.UI.Controls.CategoryList