Notch Notch Manual 0.9.23
 Light | Dark
AsRSSFeedNode()

AsRSSFeedNode()

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();
}