IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

Entries Property

A collection of entries in the current Atom feed.

Syntax

[VB.NET]
Public Property Entries As AtomEntryList

[C#]
public AtomEntryList Entries {get;}

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.

This collection is indexed from 0 to Count - 1.

Default Value

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]