PathDeleteResult
Leave feedback
On this page
Inheritance: java.lang.Object
public class PathDeleteResult
Represents the result of the operation to delete an indexed file or folder from an index.
Learn more
| Method | Description |
|---|---|
| isSuccess() | Returns the success indicator of the delete operation. |
| getError() | Returns a description of deletion error. |
| getPath() | Returns the path to the file or folder to delete. |
public final boolean isSuccess()
Returns the success indicator of the delete operation.
Returns: boolean - true if the delete operation was successful; otherwise, returns false .
public final String getError()
Returns a description of deletion error.
Returns: java.lang.String - A description of deletion error.
public final String getPath()
Returns the path to the file or folder to delete.
Returns: java.lang.String - The path to the file or folder to delete.
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.