:: com :: sun :: star :: ucb ::
|
constants group ConnectionMode |
- Description
- These are the possible values for the property "ConnectionMode".
- See also
- ::com::sun::star::ucb::XCommandProcessor
- See also
- ::com::sun::star::ucb::Content
|
Constants |
ONLINE |
"Online" - Network access is allowed.
|
OFFLINE |
"Offline" - Network access is not allowed.
|
Constants' Details |
ONLINE
const short ONLINE = 0;
- Description
- "Online" - Network access is allowed.
|
|
OFFLINE
const short OFFLINE = 1;
- Description
- "Offline" - Network access is not allowed.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.