C# Class Sitecore.Modules.WeBlog.WebForms.Layouts.BlogPostList

Inheritance: BaseSublayout
Datei anzeigen Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
ImageMaxSize System.Drawing.Size

Public Methods

Method Description
BlogPostList ( IPostListCore postListCore = null ) : System

Protected Methods

Method Description
EntryDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs args ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BlogPostList() public method

public BlogPostList ( IPostListCore postListCore = null ) : System
postListCore IPostListCore
return System

EntryDataBound() protected method

protected EntryDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs args ) : void
sender object
args System.Web.UI.WebControls.ListViewItemEventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

ImageMaxSize protected_oe property

protected Size,System.Drawing ImageMaxSize
return System.Drawing.Size