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
Mostra file Open project: ayende/Subtext

Protected Properties

Property Type Description
Categories Subtext.Web.UI.Controls.CategoryList

Protected Methods

Method 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 method

protected GetArchiveCategories ( ) : IList
return IList

OnLoad() protected method

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.
return void

Property Details

Categories protected_oe property

protected Subtext.Web.UI.Controls.CategoryList Categories
return Subtext.Web.UI.Controls.CategoryList