←Select platform

DeleteMasterFormFromFullTextSearch(string,string) Method

Summary

Deletes master form (by name) from the full text search database.

Syntax

C#
VB
C++
public void DeleteMasterFormFromFullTextSearch( 
   string repositoryName, 
   string masterFormName 
) 
Public Sub DeleteMasterFormFromFullTextSearch( 
   ByVal repositoryName As String, 
   ByVal masterFormName As String 
) 
public:  
   void DeleteMasterFormFromFullTextSearch( 
      String^ repositoryName, 
      String^ masterFormName 
   ) 

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.

masterFormName

Name of the master form 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 masterFormName parameter.
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly