You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > RssAggregator Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
RssAggregator Class

Ektron RssAggregator class. Allows access to a RSS Feed object through IEnumerator, ICollection and IList interfaces.

C#
public class RssAggregator : EkXsltWebPart, IEnumerator, IEnumerable, IListSource, IDataSource;
Visual Basic
Public Class RssAggregator
Inherits EkXsltWebPart
Inherits IEnumerator
Inherits IEnumerable
Inherits IListSource
Inherits IDataSource

RssAggregator.cs

Name 
Description 
The methods of the RssAggregator class are listed here. 
The properties of the RssAggregator class are listed here. 
 
Name 
Description 
 
Copies all the elements of the current System.Data.InternalDataCollectionBase to a one-dimensional System.Array, starting at the specified System.Data.InternalDataCollectionBase index.  
 
Fill 
Calls up the database and updates the contents of the collection if the data is out of sync with the specified parameters.  
 
Gets a System.Collections.IEnumerator for the collection.  
 
Gets the view data using dataset  
 
gets the view names  
 
Moves up the index of the Collection. Returns false if the end of the collection has been surpassed.  
 
Brings the index of the collection back to zero. Does not clear the collection.  
 
this 
Index operator into a strongly typed dataset holding some common properties for a Collection item.  
 
Name 
Description 
 
Indicates the number of elements in your Collection.  
 
Gets the current object in the collection.  
 
Array of Ektron.Cms.Common.ContentBase items that correspond to the specified Collection. Holds more information than the exposed strongly typed this[i] index operator.  
 
Gets a value indicating whether the System.Data.InternalDataCollectionBase is synchronized.  
 
Gets or Sets the target window for the result. Choices are:
  • _blank - This target causes the link to always be loaded in a new blank window. This window is not named.
  • _self - This target causes the link to always load in the same window the anchor was clicked in. This is useful for overriding a globally assigned base target.
  • _parent - This target makes the link load in the immediate frameset parent of the document. This defaults to acting like “_self” if the document has no parent.
  • _top - This target makes the link load in the full... more 
 
The maximum number of results to fetch. If set to zero, there is no limit.  
 
Gets an object that can be used to synchronize the collection.  
 
URL 
Gets or Sets the RSS Feed URL for this Control. The RSS feed path for the server control. For example: http://msdn.microsoft.com/rss.xml  
 
Allows a developer to specify control's tag. Default is assumed "<span>".  
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!