Click here for NewsObjects Overview
Publisher Control Methods
Windows - Visual C++


Click on the Publisher method to see its syntax:

AboutBox

Displays the control's About Box.

GetInternalFeedDescription

Returns a description of an internal feed referenced by its Feed ID.

GetInternalFeedID

Used to retrieve a feedID based on an index.

GetInternalFeeds

Used to retrieve a list of available news feeds available for publishing.

GetNumberInternalFeeds

Returns the number of internal news feeds

GetNumberSelectedInternalFeeds

Returns the number of selected internal news feeds.

GetSelectedInternalFeedID

Returns the feedID of a selected feed at the position specified by index.

SendStory

Sends the story information previously set through the Publisher properties without user interaction.

SetInternalFeedSelected

Sets the selected state of the specified internal feed and returns a boolean indicating the success of the operation.

ShowPublisher

Displays the Publisher dialog box and if the user clicks the OK button, sends the story information to the NewsEdge server.  

Back to: Publisher Control