Delete all the master forms in the repository from the full text search engine database.
public bool DeleteMasterFormsFromFullTextSearch()
Public Function DeleteMasterFormsFromFullTextSearch() As Boolean
public:
bool DeleteMasterFormsFromFullTextSearch()
true if the operation completed successfully, otherwise; false.
This method will loop through all the master forms in the IMasterFormsRepository set in this engine and delete each form page from the full text search database. This is performed using the DeleteMasterFormFromFullTextSearch method of the FormRecognitionEngine instance used internall by this engine and then calling IFullTextSearchManager.Index to re-index the database and ensure that the these items are purged from the database completely.
This method will throw an error if an instance of IFullTextSearchManager is not used with the engine.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET