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


Description
This method will return the number of internal news feeds

Syntax
int numFeeds = GetNumberInternalFeeds()

The GetNumberInternalFeeds syntax has these parts:

 Part

Description

NumFeeds

The number of news feeds returned by GetInternalFeeds

Remarks
This method will return the number of news feeds for the server specified by NewsServerIP. This method will return zero If it is called before GetInternalFeeds or before the FeedsRetrieved event is fired.

See also: GetInternalFeedID, GetInternalFeeds, GetNumberSelectedInternalFeeds, FeedsRetrieved

Back to: Publisher Control