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