Items Property

A collection of items in the current RSS feed.

Syntax

public val items: MutableRSSItemList

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.

This collection is indexed from 0 to size - 1.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]