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

Afficher le fichier Open project: WeTeam/WeBlog

Protected Properties

Свойство Type Description
PanelTagCloud global::System.Web.UI.WebControls.Panel
TagList global::System.Web.UI.WebControls.Repeater
TagSortList global::System.Web.UI.WebControls.Repeater

Méthodes publiques

Méthode Description
BlogTagCloud ( ITagCloudCore tagCloudCore = null ) : System

Méthodes protégées

Méthode Description
LoadTags ( ) : void

Load the tags for the current blog into this control

Page_Load ( object sender, EventArgs e ) : void

Method Details

BlogTagCloud() public méthode

public BlogTagCloud ( ITagCloudCore tagCloudCore = null ) : System
tagCloudCore ITagCloudCore
Résultat System

LoadTags() protected méthode

Load the tags for the current blog into this control
protected LoadTags ( ) : void
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

PanelTagCloud protected_oe property

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

TagList protected_oe property

TagList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater TagList
Résultat global::System.Web.UI.WebControls.Repeater

TagSortList protected_oe property

TagSortList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater TagSortList
Résultat global::System.Web.UI.WebControls.Repeater