DeleteResult

DeleteResult class

Represents the result of the operation to delete indexed files or folders from an index.

public class DeleteResult

Properties

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.

Remarks

Learn more

See Also