Otter SDK Reference
Version:

UnprocessedText Class

Plain unprocessed text with no variable detection.

Inheritance Hierarchy

  • object
    • Inedo.Documentation.UnprocessedText

Syntax

public class UnprocessedText : IRichDescriptionNode

Constructors

Name Description
UnprocessedText(string text)

Initializes a new instance of the UnprocessedText class.

Methods

Name Description
WriteHtml(System.IO.TextWriter writer)

Writes the description as HTML.

WritePlainText(System.IO.TextWriter writer)

Writes the description as plain text.