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

(Global Index)

Syntax

enum DocumentStoreMode;

Description

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

See also

XCommandProcessor

See also

Content

Values Summary

REMOTE Document contents are not stored locally.

LOCAL Document contents are stored locally.

Values Details



REMOTE

Syntax

REMOTE,

Description

Document contents are not stored locally.


LOCAL

Syntax

LOCAL,

Description

Document contents are stored locally.

Top of Page