C# Class Sitecore.Modules.WeBlog.WebForms.WebControls.Syndication

Inheritance: Sitecore.Web.UI.WebControl
Datei anzeigen Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
SyndicationLink ISyndicationInclude

Public Methods

Method Description
Syndication ( ISyndicationInclude sl = null ) : System.Web.UI

Protected Methods

Method Description
AddFeedToOutput ( System.Web.UI.HtmlTextWriter output ) : void
DoRender ( System.Web.UI.HtmlTextWriter output ) : void

Method Details

AddFeedToOutput() protected method

protected AddFeedToOutput ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

DoRender() protected method

protected DoRender ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

Syndication() public method

public Syndication ( ISyndicationInclude sl = null ) : System.Web.UI
sl ISyndicationInclude
return System.Web.UI

Property Details

SyndicationLink protected_oe property

protected ISyndicationInclude SyndicationLink
return ISyndicationInclude