DeleteAll Method
This method is specific to ABBYY FlexiCapture SDK collection objects. It removes all the elements from collection and empties it.
Syntax
Visual Basic .NET
Sub DeleteAll()
C++
HRESULT DeleteAll();
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Remarks
The following collection objects provide this method:
- Batches — you cannot delete the batch, if it is open (the IBatch::IsOpen property is TRUE)
- BatchTypes
- BlockDefinitions
- BlockTypesCollection
- BusinessUnitRecords
- ClassificationTrainingBatches
- Countries
- DataSets
- DataSetTableRecords
- DocumentDefinitions
- Documents
- EnvironmentVariables
- ExportProfiles
- ExtractionModels
- FieldDefinitions
- FieldRegions
- FieldValuesCollection
- FieldsExtractionTrainingBatches
- IntsCollection
- InvoiceLanguages
- LinksToSections
- PageClasses
- PageDefinitions
- RegionsCollection
- StatusReasons
- StringsCollection
- Taxes
- TaxGroups
- TextsCollection
- VendorRecords
See also
8/15/2023 1:19:30 PM