HotDocs.Server.InterviewResponse Class

An InterviewResponse provides a method for converting HTTP POST data into an XML string suitable to be passed to the AnswerCollection.SetXMLAnswers method. Normally, you would use InterviewResponse after the user has completed the interview and submitted the answers to your host application. Because the set of answers returned by the interview contains only answers for questions asked during the interview, this object allows you to merge the user's answers back into the original AnswerCollection. It would then contain answers for any variables that were not asked during the interview (but which already existed in the answer file), as well as the answers from the interview.

Namespace: HotDocs.Server
Assembly: HotDocs.Server in HotDocs.Server.dll

Methods

Method Description
InterviewResponse (Constructor) This constructor initializes a new instance of the InterviewResponse class.
GetInterviewAnswers This is a static method that converts the HTTP POST data returned from a browser-based interview into a string suitable to be passed to the AnswerCollection.OverlayXMLAnswers method.