AnswerCollection.ValidateXMLAnswerSet Method
This method determines whether or not the specified XML answer string is valid (conforms to the HotDocs Server answer DTD).
Syntax
public bool ValidateXMLAnswerSet ( string answers )
Parameters | Description |
answers | An XML string that represents a list of answers and their values. |