AsRSSFeedNode()
Updated: 4 Dec 2023
Updated: 4 Dec 2023
Returns the node as a RSSFeedNode object, if this is the correct node type.
RSSFeedNode AsRSSFeedNode();
function Update()
{
layer = Document.FindLayer("My Layer");
rssNode = layer.FindNode("RSSFeed").AsRSSFeedNode();
}