Microsoft Producer for PowerPoint 2003 SDK banner art
PreviousNext

WebHost Object

The WebHost object represents an e-service, which contains information that is used to publish a presentation. This information is stored in the registry so that it can be reused by Producer on subsequent occasions. The e-services in the registry are used to populate the Web server drop-down list on the first page of the Publish Wizard.

The WebHost object exposes the following properties.

Property Description
HTMLBasedUIURL Specifies or retrieves the Uniform Resource Locator (URL) of a Web page to use for a custom page in the Publish Wizard.
ID Retrieves the GUID of the WebHost.
Name Specifies or retrieves the name of the WebHost.
Password Specifies the password for the server if PublishDestination has been set to a URL and login is required.
PlaybackAddress Specifies or retrieves the address where the presentation can be viewed after it has been published.
PublishDestination Specifies or retrieves the directory, Universal Naming Convention (UNC), or URL where the published presentation will be stored.
Username Specifies or retrieves the user name for the server if PublishDestination has been set to a URL and login is required.
WindowsMediaPlaybackAddress Specifies or retrieves the URL from which audio and video files will be streamed.
WindowsMediaPublishDestination Specifies or retrieves the directory, UNC, or URL where the presentation audio and video files will be stored for streaming.

The WebHost object exposes the following methods.

Method Description
AddProfile Adds the specified Profile to the WebHost.
GetProfiles Retrieves a Profiles collection object containing all the Profile objects in the WebHost.
RemoveAllProfiles Removes all Profile objects from the WebHost.
RemoveProfile Removes the specified Profile from the WebHost.

The WebHost object is accessed through the following properties and methods.

Object Property or method
Options AddWebHost, WebHostByID
Properties PublishWebHost

See Also

PreviousNext


© 2001-2003 Microsoft Corporation. All rights reserved.