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

struct PostCommandArgument2
Base Hierarchy
::com::sun::star::ucb::PostCommandArgument
 |
 +-PostCommandArgument2
Description
The argument for the command "post".
See also
::com::sun::star::ucb::XCommandProcessor
See also
::com::sun::star::ucb::WebDAVDocumentContent

Elements' Summary
MediaType The media type (mime type) for the data to post.  
Referer The URL of the referer.  
Elements' Details
MediaType
string MediaType;
Description
The media type (mime type) for the data to post.
Referer
string Referer;
Description
The URL of the referer.
Top of Page