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

Datei anzeigen Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
PanelTagCloud global::System.Web.UI.WebControls.Panel
TagList global::System.Web.UI.WebControls.Repeater
TagSortList global::System.Web.UI.WebControls.Repeater

Public Methods

Method Description
BlogTagCloud ( ITagCloudCore tagCloudCore = null ) : System

Protected Methods

Method Description
LoadTags ( ) : void

Load the tags for the current blog into this control

Page_Load ( object sender, EventArgs e ) : void

Method Details

BlogTagCloud() public method

public BlogTagCloud ( ITagCloudCore tagCloudCore = null ) : System
tagCloudCore ITagCloudCore
return System

LoadTags() protected method

Load the tags for the current blog into this control
protected LoadTags ( ) : void
return void

Page_Load() protected method

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