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

enum TransferCommandOperation
Description
These are the possible values for GlobalTransferCommandArgument::Operation.

Values
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
COPY,
Description
Copy the source to the target folder.
MOVE
MOVE,
Description
Move the source to the target folder.
LINK
LINK,
Description
Create a link in the target folder. The link's target is the source object.
Top of Page