![]() |
Previous | Next |
The PublishPresentation method publishes the presentation using the profiles contained in the current Web host.
Syntax
Application.Publisher.PublishPresentation()
Parameters
This method takes no parameters.
Return Values
This method does not return a value.
Remarks
A call to this method should be placed within a JScript try/catch block. If the presentation cannot be published with the current settings, or if the user clicks Cancel, an error will be generated, and the Error object can be used to display a message indicating the reason the presentation was not published.
If any of the profiles contained in the current Web host are invalid for this presentation, they will be ignored. Only valid profiles will be used for publishing.
See Also
Previous | Next |