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