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

Inheritance: BaseEntrySublayout
Afficher le fichier Open project: WeTeam/WeBlog

Protected Properties

Свойство 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

Свойство Type Description

Méthodes protégées

Méthode Description
DoesFieldRequireWrapping ( string fieldName ) : bool
Page_Load ( object sender, EventArgs e ) : void

Method Details

DoesFieldRequireWrapping() protected méthode

protected DoesFieldRequireWrapping ( string fieldName ) : bool
fieldName string
Résultat bool

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::Sitecore.Web.UI.WebControls.Text