RSSFeed Class |
Namespace: CMS.DocumentEngine.Web.UI
public class RSSFeed : PlaceHolder
The RSSFeed type exposes the following members.
Name | Description | |
---|---|---|
CacheDependencies |
Cache dependencies, each cache dependency on a new line.
| |
CacheItemName |
Gets or sets the cache item name.
| |
CacheMinutes |
Gets or sets the cache minutes.
| |
DataBindByDefault |
Indicates whether data binding should be performed by default.
| |
DataSourceControl |
Control with data source.
| |
DataSourceName |
Gets or sets name of source.
| |
EnableAutodiscovery |
Indicates if the RSS feed is automatically discovered by the browser.
| |
FeedDescription |
Description of the feed.
| |
FeedLanguage |
Language of the feed. If the value is empty the content culture will be used.
| |
FeedLink |
Link to feed.
| |
FeedName |
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.
| |
FeedTitle |
URL title of the feed.
| |
FooterXML |
Custom feed footer XML which is generated after feed items. If the value is empty default footer for RSS feed is generated.
| |
HeaderXML |
Custom feed header XML which is generated before feed items. If the value is empty default header for RSS feed is generated.
| |
LinkIcon |
Icon which will be displayed in the feed link.
| |
LinkText |
Text for the feed link.
| |
QueryStringKey |
Querystring key which is used for RSS feed identification on a page with multiple RSS feeds.
| |
RSSRepeaterControl |
RSS repeater control.
| |
StopProcessing |
Stops further processing.
| |
TransformationName |
Gets or sets ItemTemplate property.
|
Name | Description | |
---|---|---|
OnLoad |
Overrides load event.
(Overrides ControlOnLoad(EventArgs).) | |
ReloadData |
Initializes the control properties.
|
Name | Description | |
---|---|---|
CallHandled |
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.) | |
GetString |
Gets the string by the specified resource key
(Defined by ControlsExtensions.) |