Purpose
Returns the node as a RSSFeedNode object, if this is the correct node type.
Syntax
RSSFeedNode AsRSSFeedNode();
returns the node as an RSSFeedNode.
Example
function Update() {
layer = Document.FindLayer("My Layer");
rssNode = layer.FindNode("RSSFeed").AsRSSFeedNode();
}