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

(Global Index)

Syntax

enum TransferCommandOperation;

Description

These are the possible values for GlobalTransferCommandArgument::Operation .

Values Summary

COPY Copy the source to the target folder.

MOVE Move the source to the target folder.

LINK Create a link in the target folder. The link's target is the source object.

Values Details



COPY

Syntax

COPY,

Description

Copy the source to the target folder.


MOVE

Syntax

MOVE,

Description

Move the source to the target folder.


LINK

Syntax

LINK,

Description

Create a link in the target folder. The link's target is the source object.

Top of Page