IPWorks 2020 JavaScript Edition

Questions / Feedback?

Entries Property

A collection of entries in the current Atom feed.

Syntax


 getEntries(): AtomEntryList;

 setEntries(entries: AtomEntryList): void;

Default Value

Remarks

This property is a collection of entries in the current Atom feed. When an Atom feed is parsed by the component, all of the items in the feed are stored as AtomEntry types in this collection.

To create a new Atom feed, this collection can also be populated before writing with WriteFile or PutResource.

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