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

struct PostCommandArgument2
Base Hierarchy
PostCommandArgument
 |
 +-PostCommandArgument2
Description
The argument for the command "post".
See also
XCommandProcessor
See also
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