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

enum RemoteContentProviderChangeAction
Description
An indication used in a ::com::sun::star::ucb::RemoteContentProviderChangeEvent to specify whether a remote content provider has been added to or removed from an ::com::sun::star::ucb::XRemoteContentProviderSupplier .

Values
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
ADDED,
Description
The indicator that a remote content provider has been added.
REMOVED
REMOVED,
Description
The indicator that a remote content provider has been removed.
Top of Page