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

enum VerificationMode
Description
These are the possible values for the property "VerificationMode".
See also
::com::sun::star::ucb::XCommandProcessor, ::com::sun::star::ucb::Content

Values
ALWAYS Always.  
ONCE Once.  
NEVER Never.  
Values' Details
ALWAYS
ALWAYS,
Description
Always.
ONCE
ONCE,
Description
Once.
NEVER
NEVER,
Description
Never.
Top of Page