Click here for NewsObjects Overview
GetSelectedFeed Method (Utility Control)
Windows - Visual C++


Description
The GetSelectedFeed method retrieves the feed selected in the ShowFeeds dialog at the specified index.  

Syntax
CString text = GetSelectedFeed(long index);

The GetSelectedFeed syntax has these parts:

Part

Description

Index

A long integer containing the index of the feed to be retrieved.

text

A String containing the short name of the selected feed.

Remarks
The CreateSearchCriterion method creates a search string from the user-supplied attributes.

See Also: GetSelectedFeedCount ShowFeeds ShowFeeds2 CreateSearchCriterion

Back to: Utility Methods