8.0

Table Of Contents
NameValueParam
Description
Generic class for adding dynamic properties to the request. This
class is specifically for the requests that take the box name/id as the
parameter name and the box content as the parameter value.
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.
streamValue
byte[]
Stream value of the box. Either text or stream value can be
set.
contentType
String
The MIME content type of the parameter.
Page 21