Click or drag to resize
AtomFeed Class
Atom Feed - Generates link to Atom feed.
Inheritance Hierarchy

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public class AtomFeed : PlaceHolder

The AtomFeed type exposes the following members.

Constructors
  NameDescription
Public methodAtomFeed
Top
Properties
  NameDescription
Public propertyAtomRepeaterControl
Atom repeater control.
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 Atom feed is automatically discovered by the browser.
Public propertyFeedAuthorName
Author name of the feed.
Public propertyFeedGUID
The unique identifier of the feed. If the value is empty, Guid.Empty will be used.
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 propertyFeedSubtitle
Description of the feed.
Public propertyFeedTitle
URL title of the feed.
Public propertyFeedUpdated
Last significant modification date of the feed.
Public propertyFooterXML
Custom feed footer XML which is generated after feed items. If the value is empty default footer for Atom feed is generated.
Public propertyHeaderXML
Custom feed header XML which is generated before feed items. If the value is empty default header for Atom 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 Atom feed identification on a page with multiple Atom feeds.
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