19#ifndef __com_sun_star_ucb_GlobalTransferCommandArgument_idl__
20#define __com_sun_star_ucb_GlobalTransferCommandArgument_idl__
25module
com { module sun { module star { module ucb {
TransferCommandOperation
These are the possible values for GlobalTransferCommandArgument::Operation.
Definition: TransferCommandOperation.idl:30
Definition: Accessible.idl:22
This struct contains information needed to transfer objects from one location to another.
Definition: GlobalTransferCommandArgument.idl:31
long NameClash
describes how to act in case of title clashes while transferring the data.
Definition: GlobalTransferCommandArgument.idl:60
TransferCommandOperation Operation
contains the action to perform ( COPY, MOVE, LINK ).
Definition: GlobalTransferCommandArgument.idl:34
string NewTitle
contains the title of the transferred object, if it is different from the original one.
Definition: GlobalTransferCommandArgument.idl:50
string TargetURL
contains the URL of the target folder.
Definition: GlobalTransferCommandArgument.idl:42
string SourceURL
contains the URL of the source object.
Definition: GlobalTransferCommandArgument.idl:38