constants group NameClash in module com::sun::star::ucb::

(Global Index)

Syntax

constants group NameClash;

Description

These are the possible values for TransferInfo::NameClash .

Constants Summary

ERROR Means to set an error and cancel the operation.

OVERWRITE Means to overwrite the object in the target folder with the object to transfer.

RENAME Means to rename the object to transfer to solve the clash.

KEEP Deprecated. Do not use!

ASK Means to use a NameClashResolveRequest in order to solve the name clash.

Field Details



ERROR

Syntax

const long  ERROR = 0;

Description

Means to set an error and cancel the operation.


OVERWRITE

Syntax

const long  OVERWRITE = 1;

Description

Means to overwrite the object in the target folder with the object to transfer.


RENAME

Syntax

const long  RENAME = 2;

Description

Means to rename the object to transfer to solve the clash.

The implementation needs to supply and set a suitable new name.


KEEP

[ DEPRECATED ]

Syntax

const long  KEEP = 3;

Description

Deprecated. Do not use!


ASK

Syntax

const long  ASK = 4;

Description

Means to use a NameClashResolveRequest in order to solve the name clash.

See also

XInteractionHandler
Top of Page