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 Code |
---|---|
public class FeedReader : , |
Visual Basic (Declaration) | Copy 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
Smartsite.Core..::..BaseModule
Smartsite.Core..::..Module
Smartsite.Core..::..ResultSetModule
Smartsite.WebToolkit..::..FeedReader
See Also
FeedReader Members
Smartsite.WebToolkit Namespace