Deletes master form (by name) from the full text search database.
public void DeleteMasterFormFromFullTextSearch(
string repositoryName,
string masterFormName
)
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.
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 parameter. |
|
masterFormName parameter. |
|
-1 to delete all the pages. |
For more information, refer to Speeding Up Forms Recognition Using the Full Text Search Feature.