←Select platform

DeleteMasterFormFromFullTextSearch(string,FormRecognitionAttributes) Method

Summary

Deletes master form from the full text search database.

Syntax
C#
C++/CLI
Java
Python
public void DeleteMasterFormFromFullTextSearch( 
   string repositoryName, 
   FormRecognitionAttributes masterAttributes 
) 
public:  
   void DeleteMasterFormFromFullTextSearch( 
      String^ repositoryName, 
      FormRecognitionAttributes^ masterAttributes 
   ) 
public void deleteMasterFormFromFullTextSearch( 
   java.lang.String repositoryName, 
   FormRecognitionAttributes masterAttributes 
); 
def DeleteMasterFormFromFullTextSearch(self,repositoryName,masterAttributes): 

Parameters

repositoryName

Repository name. If this value is null or an empty string, then an empty string is used to indicate a default repository without a name.

masterAttributes

Attributes of the master to delete. Must not be null.

Remarks

This method creates a new instance of FullTextSearchItem, fills it up using the values described below and then calls Delete(FullTextSearchItem) to perform its operation:

Member

Value

RepositoryName

repositoryName parameter.

FormName

Name of the form obtained from masterAttributes.

PageNumber

-1 to delete all the pages.

For more information, refer to Speeding Up Forms Recognition Using the Full Text Search Feature.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly

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