AnswerCollection ReadFile Method
Overload List

  Name Description
Public method ReadFile(Stream)
Reads an answer file from a stream. Since it comes from a stream, the answer file name is empty.
Public method ReadFile(String)
Read an answer file into this answer collection. Store the answer file name in the FilePath property. Currently, the only supported file format is XML.
Back to Top
See Also