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

struct PostCommandArgument
Description
The argument for the command "post".
See also
XCommandProcessor

Elements' Summary
Source The data source containing the data to post.  
Sink The data sink receiving the returned contents (supporting either ::com::sun::star::io::XActiveDataSink or ::com::sun::star::io::XOutputStream).  
Elements' Details
Source
::com::sun::star::io::XInputStream Source;
Description
The data source containing the data to post.
Sink
::com::sun::star::uno::XInterface Sink;
Description
The data sink receiving the returned contents (supporting either ::com::sun::star::io::XActiveDataSink or ::com::sun::star::io::XOutputStream).
Top of Page