AtomFeed Class |
Namespace: CMS.DocumentEngine.Web.UI
public class AtomFeed : PlaceHolder
The AtomFeed type exposes the following members.
Name | Description | |
---|---|---|
AtomRepeaterControl |
Atom repeater control.
| |
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 Atom feed is automatically discovered by the browser.
| |
FeedAuthorName |
Author name of the feed.
| |
FeedGUID |
The unique identifier of the feed. If the value is empty, Guid.Empty will be used.
| |
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.
| |
FeedSubtitle |
Description of the feed.
| |
FeedTitle |
URL title of the feed.
| |
FeedUpdated |
Last significant modification date of the feed.
| |
FooterXML |
Custom feed footer XML which is generated after feed items. If the value is empty default footer for Atom feed is generated.
| |
HeaderXML |
Custom feed header XML which is generated before feed items. If the value is empty default header for Atom 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 Atom feed identification on a page with multiple Atom feeds.
| |
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.) |