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

(Global Index)

Syntax

struct PostCommandArgument2 : com::sun::star::ucb::PostCommandArgument ;

Description

The argument for the command "post".

See also

XCommandProcessor

See also

WebDAVDocumentContent

Field Summary

MediaType The media type (mime type) for the data to post.

Referer The URL of the referer.

Field Details



MediaType

Syntax

string MediaType;

Description

The media type (mime type) for the data to post.


Referer

Syntax

string Referer;

Description

The URL of the referer.

Top of Page