NewsFolder

The NewsFolder object represents a single RSS or Atom news feed.

Properties:

Feeds (read-only)

Type: Collection of NewsFeed objects

Methods:

IsFeed()

Returns: Boolean (always False for NewsFolder objects)

 

Description: Always returns False for NewsFolder objects.  Because feed collections can contain both NewsFeed and NewsFolder objects, this method is necessary to distinguish between the different types.

 

GetProperty(name)

name: String

Returns: String

 

Description: Get a named property for this news folder.  Valid property names are: name.

 

SetProperty(name, value)

name: String

value: Variant

 

Description: Set the named property for this news feed.