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

Inheritance: BaseEntrySublayout
Datei anzeigen Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
EntryImage global::Sitecore.Web.UI.WebControls.Image
txtContent global::Sitecore.Web.UI.WebControls.Text
txtIntroduction global::Sitecore.Web.UI.WebControls.Text
txtTitle global::Sitecore.Web.UI.WebControls.Text

Private Properties

Property Type Description

Protected Methods

Method Description
DoesFieldRequireWrapping ( string fieldName ) : bool
Page_Load ( object sender, EventArgs e ) : void

Method Details

DoesFieldRequireWrapping() protected method

protected DoesFieldRequireWrapping ( string fieldName ) : bool
fieldName string
return bool

Page_Load() protected method

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

Property Details

EntryImage protected_oe property

EntryImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Sitecore.Web.UI.WebControls.Image EntryImage
return global::Sitecore.Web.UI.WebControls.Image

txtContent protected_oe property

txtContent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Sitecore.Web.UI.WebControls.Text txtContent
return global::Sitecore.Web.UI.WebControls.Text

txtIntroduction protected_oe property

txtIntroduction control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Sitecore.Web.UI.WebControls.Text txtIntroduction
return global::Sitecore.Web.UI.WebControls.Text

txtTitle protected_oe property

txtTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Sitecore.Web.UI.WebControls.Text txtTitle
return global::Sitecore.Web.UI.WebControls.Text