This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
FeedReader macro. Reads RSS from the given location and converts it into a hierarchical SXML DataTable for formatting.

Namespace: Smartsite.WebToolkit
Assembly:  Smartsite.WebToolkit (in Smartsite.WebToolkit.dll)

Syntax

C#Copy imageCopy Code
public class FeedReader : , 
Visual Basic (Declaration)Copy imageCopy Code
Public Class FeedReader _
	Inherits  _
	Implements 

Remarks

When ResultType is set to XML, a standardized RSS 2.0 XML document is returned - Atom feeds are converted into RSS 2.0 (1.3+).

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..BaseModule
    Smartsite.Core..::..Module
      Smartsite.Core..::..ResultSetModule
        Smartsite.WebToolkit..::..FeedReader

See Also

Advanced