←Select platform

DeleteMasterFormsFromFullTextSearch Method

Summary

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

Syntax

C#
VB
C++
public bool DeleteMasterFormsFromFullTextSearch() 
Public Function DeleteMasterFormsFromFullTextSearch() As Boolean 
public:  
   bool 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly