Top   Module   Use   Manual   Index 

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

struct TransferResult


Description
Information about a transfer activity.


Elements

string Source
Description
The URL of the source object.
string Target
Description
The URL of the target folder into which to transfer (a copy of) the source object.
any Result
Description
Either void if the transfer has been carried out successfully, or an exception indicating the kind of failure.
Top of Page