←选择平台

删除(FullTextSearchItem)方法

总结

从全文搜索数据库中删除主表单。

语法
c#
VB
c++
Java
公共无效删除(FullTextSearchItem
公共MustOverride删除(按值传递作为FullTextSearchItem
公共虚拟无效删除(FullTextSearchItem摘要

公共摘要无效删除(FullTextSearchItem);

参数

要删除的项的属性。一定不是

讲话

所使用的FormRecognitionEngineAutoFormsEngine执行全文检索。

此方法从全文搜索数据库中删除一个或多个母版表单页。

的以下属性FullTextSearchItem

财产 描述
RepositoryName
必填:用于生成该项的唯一ID。值为或者“*”被认为是通配符。
FormName
必填:用于生成该项的唯一ID。值为或者“*”被认为是通配符。
PageNumber
必填:用于生成该项的唯一ID。值-1被认为是通配符。

通配符规则可用于删除所有主表单页、存储库的所有主表单或所有存储库中的所有表单。例如,要删除所有项,使用:

FullTextSearchItem。RepositoryName= "*" or null, FullTextSearchItem.FormName = "*" or null, FullTextSearchItem.PageNumber = -1

要删除存储库中的所有表单,请使用:

FullTextSearchItem。RepositoryName= "RepoName", FullTextSearchItem.FormName = "*" or null, FullTextSearchItem.PageNumber = -1

要删除一个特定的表单,使用:

FullTextSearchItem。RepositoryName= "RepoName", FullTextSearchItem.FormName = "FormName", FullTextSearchItem.PageNumber = -1

要删除一个特定的页面,使用:

FullTextSearchItem。RepositoryName= "RepoName", FullTextSearchItem.FormName = "FormName", FullTextSearchItem.PageNumber = pageNumber

指数必须在之后调用删除(FullTextSearchItem).使用IFullTextSearchManager.Delete (IEnumerable < FullTextSearchItem >)在一次调用中删除多个项以提高性能。

需求
目标平台
Leadtools.Forms.Recognition组装
188金宝搏的网址客服|支持|联系我们|知识产权公告
©1991 - 2021领德科技有限公司版权所有。