IPWorks 2020 JavaScript Edition

Questions / Feedback?

Items Property

A collection of items in the current RSS feed.

Syntax


 getItems(): RSSItemList;

 setItems(items: RSSItemList): void;

Default Value

Remarks

This property contains a collection of items in the current RSS channel. When an RSS feed is parsed by the component, all of the items in the feed are stored as rssitem types in this collection.

This collection can also be populated before writing an RSS feed with WriteFile.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]