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

(Global Index)

Syntax

enum SynchronizePolicy;

Description

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

See also

XCommandProcessor

See also

Content

Values Summary

SERVER_IS_MASTER Server is master.

CLIENT_IS_MASTER Client is master.

NONE_IS_MASTER None is master.

Values Details



SERVER_IS_MASTER

Syntax

SERVER_IS_MASTER,

Description

Server is master.


CLIENT_IS_MASTER

Syntax

CLIENT_IS_MASTER,

Description

Client is master.


NONE_IS_MASTER

Syntax

NONE_IS_MASTER,

Description

None is master.

Top of Page