IWMSPublishingPoints Interface

banner art

Previous Next

IWMSPublishingPoints Interface

The IWMSPublishingPoints interface contains a collection of IWMSPublishingPoint interfaces.

In addition to the methods inherited from IDispatch, the IWMSPublishingPoints interface exposes the following methods.

Method Description
Add Creates a new IWMSPublishingPoint interface and adds it to the IWMSPublishingPoints collection.
Clone Creates a duplicate instance of a specific IWMSPublishingPoint interface.
get_Count Retrieves the number of IWMSPublishingPoint interfaces in the IWMSPublishingPoints collection.
get_Item Retrieves a specific IWMSPublishingPoint interface from the IWMSPublishingPoints collection.
get_length Retrieves the number of IWMSPublishingPoint interfaces in the IWMSPublishingPoints collection. This method is provided for JScript compatibility.
ImportXML Creates a new publishing point using the configuration data specified in an XML file.
Remove Removes a specific IWMSPublishingPoint interface from the IWMSPublishingPoints collection.

Example Code

The following example illustrates how to retrieve a pointer to an IWMSPublishingPoints interface.

  EXIT:
    // TODO: Release temporary COM objects and uninitialize COM.

See Also

Previous Next