Click or drag to resize
AtomFeed Properties

The AtomFeed type exposes the following members.

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
See Also