1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Results
  6. /
  7. PathDeleteResult

PathDeleteResult

PathDeleteResult class

Represents the result of the operation to delete an indexed file or folder from an index.

public class PathDeleteResult

Properties

Name Description
Error { get; } Returns a description of deletion error.
IsSuccess { get; } Returns the success indicator of the delete operation.
Path { get; } Returns the path to the file or folder to delete.

Remarks

Learn more

See Also