←Select platform

DeleteMasterFormsFromFullTextSearch Method

Summary

Delete all the master forms in the repository from the full text search engine database.

Syntax
C#
C++/CLI
Java
Python
public bool DeleteMasterFormsFromFullTextSearch() 
public:  
   bool DeleteMasterFormsFromFullTextSearch() 
public boolean deleteMasterFormsFromFullTextSearch(); 
def DeleteMasterFormsFromFullTextSearch(self): 

Return Value

true if the operation completed successfully, otherwise; false.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.