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()
public boolean 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document