GetInternalFeedDescription Method (Publisher Control)
Windows - Visual C++
Description
The GetInternalFeedDescription
method returns a description of an internal feed referenced by its
Feed ID.
Syntax
CString description =
GetInternalFeedDescription(short feedID)
The GetInternalFeedDescription syntax has these parts:
Part |
Description |
|
feedID |
The ID of an internal news feed |
|
Description |
A description of an internal news feed |
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 an invalid feedID is specified.
See also: GetInternalFeedID, SetInternalFeedIDSelected, GetNumberInternalFeeds, FeedsRetrieved
Back to: Publisher Methods