OutputType

The processing method to use during HTML conversion. Use one of the following options:

Default If the document URL prefix is http:, https:, msx:, or notes, OutputType becomes replaceUrls; otherwise, OutputType becomes HTML.
HTML Converts the document into HTML. This conversion also adds a prefix to all relative or inline URL links in the document. Specify the prefix in the URLPrefix action parameter.
ReplaceUrls Adds a prefix to all relative or inline URL links in the document. Specify the prefix in the URLPrefix action parameter. If you do not specify a URLPrefix, it uses the value of the DefaultURLPrefix configuration parameter. This output type does not convert the document to HTML.
Raw Returns the document without any conversion or modification. In this case, highlighting is not available, unless the original document is in HTML format.
Redirect IDOL View Component directs the client to the original Web site to display the original document. In this case, highlighting is not available.
Actions: GetLink
ViewGetDocInfo
View
Type: String
Default: Default
Example: OutputType=Raw
See Also: