:: com :: sun :: star :: ucb ::

interface XRemoteContentProviderSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XRemoteContentProviderSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
Provide access to a collection of remote content providers.
See also
::com::sun::star::ucb::XRemoteContentProviderAcceptor

Methods' Summary
queryRemoteContentProvider Get a factory through which a remote content provider's ::com::sun::star::ucb::UniversalContentBroker service can be instantiated.  
Methods' Details
queryRemoteContentProvider
::com::sun::star::lang::XMultiServiceFactory
queryRemoteContentProvider( [in] string  Identifier );

Description
Get a factory through which a remote content provider's ::com::sun::star::ucb::UniversalContentBroker service can be instantiated.
Parameter Identifier
An arbitrary identifier uniquely identifying a remote content provider.
Returns
the appropriate factory, or null if none is available.
Top of Page