←Select platform

DeleteMasterFormsFromFullTextSearch Method

Summary

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

Syntax
C#
VB
C++
Java
public bool DeleteMasterFormsFromFullTextSearch() 
Public Function DeleteMasterFormsFromFullTextSearch() As Boolean 
public:  
   bool DeleteMasterFormsFromFullTextSearch() 

public boolean deleteMasterFormsFromFullTextSearch(); 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

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