Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
RssChannelProvider Class Members
See Also  Fields  Properties  Methods 
Telerik.Cms.Engine Namespace : RssChannelProvider Class


The following tables list the members exposed by RssChannelProvider.

Public Constructors

 NameDescription
Public ConstructorRssChannelProvider Constructor  
Top

Public Fields

Public Properties

 NameDescription
Public PropertyContentItemKey Gets the content item key. This property should be overriden in the derived classes so that 2 different controls deriving from this one can be used together.  
Public PropertyContentProviderKey Gets the content provider key. This property should be overriden in the derived classes so that 2 different controls deriving from this one can be used together.  
Public PropertyDescription Gets the description of the provider for Rss channels  
Public PropertyName Gets the name of a Blogs channel  
Top

Protected Properties

 NameDescription
Protected PropertyManager Gets ContentManger  
Protected PropertyProviderName Gets the name of the data provider  
Top

Public Methods

 NameDescription
Public MethodGetRssItems Gets a list of all Rss Items  
Public MethodInitialize Initializes the process of getting channel information using settings of the provider  
Top

Protected Methods

 NameDescription
Protected MethodCreateDataSource Retrieves content items from the data store with the specified filter, sorting, current page and maximum number of items.  
Protected MethodCreateDefaultFilter When overridden this method returns an array of default IMetaSearchInfo objects specifying how content items should be retrieved from data store.  
Protected MethodCreateFilter When overridden this method returns an array of IMetaSearchInfo objects specifying how content items should be retrieved from data store. The default implementation returns empty array (no filter).  
Protected MethodCreateManger Creates new instance of content manager with the specified provider.  
Protected MethodGetDefaultContentProvider Gets the name of the default content data provider.  
Protected MethodGetItemUrl Gets the URL to a single content item. This method is invoked for every item that is binding to the list. By default the item ID is appended to the query string portion of the URL.  
Protected MethodGetTextSummary Returns the specified number of words from the text.  
Protected MethodSetAuthor  
Protected MethodSetDescription  
Protected MethodSetGeneralProps  
Protected MethodSetPubDate  
Protected MethodSetTitle  
Top

See Also