interface XRemoteContentProviderSupplier in module com::sun::star::ucb::

(Global Index)

Syntax

interface XRemoteContentProviderSupplier : com::sun::star::uno::XInterface ;

Description

Provide access to a collection of remote content providers.

See also

XRemoteContentProviderAcceptor

Method Summary

queryRemoteContentProvider Get a factory through which a remote content provider's UniversalContentBroker service can be instantiated.

Method Details



queryRemoteContentProvider

Syntax

com::sun::star::lang::XMultiServiceFactory queryRemoteContentProvider (
string Identifier );

Description

Get a factory through which a remote content provider's 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