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


Description
The GetInternalFeeds method is used to retrieve a list of available news feeds available for publishing.

Syntax
long result = GetInternalFeeds()

The GetInternalFeeds syntax has these parts:

 Part

Description

Result

A long integer containing 0 if successful and an error code if not.

Remarks
If the GetInternalFeeds call was successful (result is equal to zero), the FeedsRetrieved event will be fired when the list of feeds have been retrieved from the specified server. If the result is non-zero, the FeedsRetrieved event will not be fired. An error will be thrown if a server isn’t set using the NewsServerIP property. In addition, an error will be thrown if the username and password properties aren’t set and the server specified by NewsServerIP is at least version 5.0.

See also: NewsServerIP, username, password, GetInternalFeedID, GetInternalFeedDescription, GetSelectedInternalFeedID, SetInternalFeedSelected, GetNumberInternalFeeds, GetNumberSelectedInternalFeeds, FeedsRetrieved

Back to: Publisher Methods