DeleteResult
Leave feedback
On this page
Represents the result of the operation to delete indexed files or folders from an index.
public class DeleteResult
| Name | Description |
|---|---|
| Errors { get; } | Returns descriptions of deletion errors. |
| FailedCount { get; } | Returns the number of paths not deleted due to errors. |
| ItemResults { get; } | Returns the result of deleting each path. |
| SuccessCount { get; } | Returns the number of successfully deleted paths. |
| TotalCount { get; } | Returns the total number of paths to delete. |
Learn more
- namespace GroupDocs.Search.Results
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.