2020

Table Of Contents
USING QUARKXPRESS SERVER
QContentData
Type Web service data object
Members
Name Type Description
paramName String
Name of the
parameter. In most
cases this will be the
name/ID of the box.
textValue String
Text value of the box.
(You can set either
textValue or
streamValue.)
streamValue byte[]
Stream value of the
box. (You can set
either textValue or
streamValue.)
contentType String
The MIME content
type of the parameter.
Description A response to a Web Services call to QuarkXPress Server.
Type Web service data object
Members
Name Types Description
contentType String
The type of the
response. For
example, “text/xml”
or “text/plain.”
textData String
If the response type is
text, this contains the
text. Otherwise, this
value is null.
responseURL String
If the responseAsURL
parameter was set to
“true” in the request,
this contains the URL
of the response.
Otherwise, this value
is null.
streamValue binary
If the response type is
binary, this contains
the byte array.
Otherwise, this value
is null.
encodingType String
If the response type is
text, this value
indicates the encoding
of the text (for
46 | A GUIDE TO QUARKXPRESS SERVER 2020