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

enum SynchronizePolicy
Description
These are the possible values for the property "SynchronizePolicy".
See also
XCommandProcessor, Content

Values
SERVER_IS_MASTER Server is master.  
CLIENT_IS_MASTER Client is master.  
NONE_IS_MASTER None is master.  
Values' Details
SERVER_IS_MASTER
SERVER_IS_MASTER,
Description
Server is master.
CLIENT_IS_MASTER
CLIENT_IS_MASTER,
Description
Client is master.
NONE_IS_MASTER
NONE_IS_MASTER,
Description
None is master.
Top of Page