Click or drag to resize
RSSFeed Class
RSS Feed - Generates link to RSS feed.
Inheritance Hierarchy

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class RSSFeed : PlaceHolder

The RSSFeed type exposes the following members.

Constructors
  NameDescription
Public methodRSSFeed
Top
Properties
  NameDescription
Public propertyCacheDependencies
Cache dependencies, each cache dependency on a new line.
Public propertyCacheItemName
Gets or sets the cache item name.
Public propertyCacheMinutes
Gets or sets the cache minutes.
Public propertyDataBindByDefault
Indicates whether data binding should be performed by default.
Public propertyDataSourceControl
Control with data source.
Public propertyDataSourceName
Gets or sets name of source.
Public propertyEnableAutodiscovery
Indicates if the RSS feed is automatically discovered by the browser.
Public propertyFeedDescription
Description of the feed.
Public propertyFeedLanguage
Language of the feed. If the value is empty the content culture will be used.
Public propertyFeedLink
Link to feed.
Public propertyFeedName
Feed name to identify this feed on a page with multiple feeds. If the value is empty the GUID of the web part instance will be used by default.
Public propertyFeedTitle
URL title of the feed.
Public propertyFooterXML
Custom feed footer XML which is generated after feed items. If the value is empty default footer for RSS feed is generated.
Public propertyHeaderXML
Custom feed header XML which is generated before feed items. If the value is empty default header for RSS feed is generated.
Public propertyLinkIcon
Icon which will be displayed in the feed link.
Public propertyLinkText
Text for the feed link.
Public propertyQueryStringKey
Querystring key which is used for RSS feed identification on a page with multiple RSS feeds.
Public propertyRSSRepeaterControl
RSS repeater control.
Public propertyStopProcessing
Stops further processing.
Public propertyTransformationName
Gets or sets ItemTemplate property.
Top
Methods
  NameDescription
Protected methodOnLoad
Overrides load event.
(Overrides ControlOnLoad(EventArgs).)
Public methodReloadData
Initializes the control properties.
Top
Extension Methods
  NameDescription
Public Extension MethodCallHandled
Calls the method handled by the exception handler. If the call doesn't succeed, the problem is reported through parent IExceptionHandler control instead of throwing unhandled exception for the entire page. Returns true, if the call succeeded, otherwise returns false.
(Defined by ControlsExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by ControlsExtensions.)
Top
See Also