Delete(IEnumerable<Leadtools.Forms.Recognition.FullTextSearchItem>) Method (DiskFullTextSearchManager)
Summary
Deletes master forms from the full text search database.
Syntax
public virtual void Delete(
System.Collections.Generic.IEnumerable<Leadtools.Forms.Recognition.FullTextSearchItem> items
)
Public Overridable Sub Delete(
ByVal items As System.Collections.Generic.IEnumerable(Of Leadtools.Forms.Recognition.FullTextSearchItem)
)
public:
virtual void Delete(
System::Collections::Generic::IEnumerable<Leadtools::Forms::Recognition::FullTextSearchItem^>^ items
)
Parameters
items
Properties of the item(s) to be deleted. Must not be null.