com :: sun :: star :: ucb :: constants group NameClash
- Description
- These are the possible values for TransferInfo::NameClash .
Constants
|
const long ERROR
= = 0; |
- Description
- Means to set an error and cancel the operation.
|
const long OVERWRITE
= = 1; |
- Description
- Means to overwrite the object in the target folder with the object to
transfer.
|
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.
|
const long KEEP
= = 3; |
- [ DEPRECATED ]
- Description
- Deprecated. Do not use!
|
const long ASK
= = 4; |
- Description
- Means to use a NameClashResolveRequest in order to solve
the name clash.
- See also
- com::sun::star::task::XInteractionHandler
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.