Method ClearDocuments
ClearDocuments()
Removes all loaded documents and resets the conversation.
public void ClearDocuments()
Remarks
After calling this method, new documents can be loaded and a fresh conversation can be started.
Exceptions
- ObjectDisposedException
Thrown if this instance has been disposed.