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

struct PostCommandArgument2
Base Hierarchy
PostCommandArgument2
 ┗ ::com::sun::star::ucb::PostCommandArgument
Description
The argument for the command "post".
See also
::com::sun::star::ucb::XCommandProcessor, ::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