enum RemoteContentProviderChangeAction in module com::sun::star::ucb::

(Global Index)

Syntax

enum RemoteContentProviderChangeAction;

Description

An indication used in a RemoteContentProviderEvent to specify whether a remote content provider has been added to or removed from an XRemoteContentProviderSupplier .

Values Summary

ADDED The indicator that a remote content provider has been added.

REMOVED The indicator that a remote content provider has been removed.

Values Details



ADDED

Syntax

ADDED,

Description

The indicator that a remote content provider has been added.


REMOVED

Syntax

REMOVED,

Description

The indicator that a remote content provider has been removed.

Top of Page