FeedFolder Object

Exposes methods to manipulate the Common Feed List folder hierarchy and properties of a feed folder.

Members Table

The following table lists the members exposed by the FeedFolder object.

Methods

Method Description
CreateFeed Creates a new Really Simple Syndication (RSS) feed and subscribes to it.
CreateSubfolder Creates a new subfolder in the folder.
Delete Deletes the feed, folder, or item.
ExistsFeed Verifies whether a feed exists.
ExistsSubfolder Verifies whether a subfolder exists.
GetFeed Retrieves a feed by its name.
GetSubfolder Retrieves a subfolder by its name.
GetWatcher Retrieves the appropriate interface for events.
Move Moves the feed or folder to a new location.
Rename Renames the folder.

Properties

Property Description
Feeds Retrieves the collection of feeds in this folder.
IsRoot Verifies whether the current folder is the root folder.
Name Retrieves the name of the current folder.
Parent Retrieves the parent object.
Path Retrieves the path of the current folder.
Subfolders Retrieves the collection of subfolders in this folder.
TotalItemCount Retrieves the total (aggregated) number of items.
TotalUnreadItemCount Retrieves the total (aggregated) number of unread items.

Remarks

This scripting object is implemented by the IFeedFolder interface.

See Also

CreateSubfolder, GetFolder, RootFolder, Subfolders