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