FeedsRetrieved Event (Publisher Control)
Windows - Visual C++
Description
This event is fired after a list of
internal feeds is retrieved using GetInternalFeeds
Syntax
void FeedRetrieved(short status)
The FeedsRetrieved syntax has these parts:
Part |
Description |
|
status |
An integer indicating the success of the GetInternalFeeds query. Status will return zero for a successful operation and an error code for an unsuccessful operation. |
Remarks
This event is fired after a
successful call to GetInternalFeeds. If GetInternalFeeds returns an
error code, this event will not be fired.
See also: GetInternalFeeds
Back to: Publisher Events