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

struct PostCommandArgument2
Base Hierarchy
PostCommandArgument2PostCommandArgument
Description
The argument for the command "post".

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