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