Click here for NewsObjects Overview
GetSelectedInternalFeedID Method (Publisher Control)
Windows - Visual C++


Description
The GetSelectedInternalFeedID method returns the feedID of a selected feed at the position specified by

index

Syntax
int feedID = GetSelectedInternalFeedID(int index)

The GetSelectedInternalFeedID syntax has these parts:

 Part

Description

feedID

The ID of a selected internal news feed.

index

The index of a "selected" internal news feed. This index is not the same as the GetInternalFeedID method index, which is the index of all feeds. (If all feeds are selected, then the GetInternalFeedID and GetSelectedInternalFeedID index are the same.)

Remarks
This method is valid after the FeedsRetrieved event has been fired and there is a list of available feeds. An Error will be thrown if index is less than one or greater the number returned by GetNumberSelectedInternalFeeds. A feed is made selected by calling SetInternalFeedSelected(feedID, true).

See also: GetInternalFeedID, SetInternalFeedSelected, GetNumberInternalFeeds, GetNumberSelectedInternalFeeds, FeedsRetrieved

Back to: Publisher Methods