Publisher Control Methods
Windows - Visual C++
Click on the Publisher method to see its syntax:
AboutBox |
Displays the control's About Box. |
Returns a description of an internal feed referenced by its Feed ID. |
|
Used to retrieve a feedID based on an index. |
|
Used to retrieve a list of available news feeds available for publishing. |
|
Returns the number of internal news feeds |
|
Returns the number of selected internal news feeds. |
|
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. |
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