struct PostCommandArgument in module com::sun::star::ucb::

(Global Index)

Syntax

struct PostCommandArgument;

Description

The argument for the command "post".

See also

XCommandProcessor

Field Summary

Source The data source containing the data to post.

Sink The data sink receiving the returned contents (supporting either XActiveDataSink or XOutputStream ).

Field Details



Source

Syntax

com::sun::star::io::XInputStream Source;

Description

The data source containing the data to post.


Sink

Syntax

com::sun::star::uno::XInterface Sink;

Description

The data sink receiving the returned contents (supporting either XActiveDataSink or XOutputStream ).

Top of Page