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

(Global Index)

Syntax

enum VerificationMode;

Description

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

See also

XCommandProcessor

See also

Content

Values Summary

ALWAYS Always.

ONCE Once.

NEVER Never.

Values Details



ALWAYS

Syntax

ALWAYS,

Description

Always.


ONCE

Syntax

ONCE,

Description

Once.


NEVER

Syntax

NEVER,

Description

Never.

Top of Page