Click here for NewsObjects Overview
GetInternalFeedID Method
Windows – Visual C++


Description
The GetInternalFeedID method is used to retrieve a feedID based on an index.

Syntax
short feedID = GetInternalFeedID(int index)

The GetInternalFeedID syntax has these parts:

 Part

Description

feedID

An integer representing the feedID at the specified index

Index

An index that maps to a feedID

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 the index specified is less than one, or greater than the value returned by GetNumberInternalFeeds.

See also: GetInternalFeedDescription, SetInternalFeedSelected, GetNumberInternalFeeds, FeedsRetrieved

Back to: Publisher Methods