Answer Class
The Answer class is an implementation of the "opaque class cluster" pattern. Callers do not create instances of Answer directly, but use AnswerCollection.CreateAnswer(). The object that is returned is actually an instance of a private subclass of Answer, but you only access it via public methods and properties of the Answer class.
Inheritance Hierarchy

Online System Object
  HotDocs.Sdk Answer

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public abstract class Answer
See Also