C# Класс 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.

Наследование: CachedColumnControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Categories Subtext.Web.UI.Controls.CategoryList

Защищенные методы

Метод Описание
GetArchiveCategories ( ) : IList
OnLoad ( EventArgs e ) : void

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

Описание методов

GetArchiveCategories() защищенный Метод

protected GetArchiveCategories ( ) : IList
Результат IList

OnLoad() защищенный Метод

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.
Результат void

Описание свойств

Categories защищенное свойство

protected Subtext.Web.UI.Controls.CategoryList Categories
Результат Subtext.Web.UI.Controls.CategoryList