constants group ConnectionMode in module com::sun::star::ucb::

(Global Index)

Syntax

constants group ConnectionMode;

Description

These are the possible values for the property "ConnectionMode".

See also

XCommandProcessor

See also

Content

Constants Summary

ONLINE "Online" - Network access is allowed.

OFFLINE "Offline" - Network access is not allowed.

Field Details



ONLINE

Syntax

const short  ONLINE = 0;

Description

"Online" - Network access is allowed.


OFFLINE

Syntax

const short  OFFLINE = 1;

Description

"Offline" - Network access is not allowed.

Top of Page