IsSuccess

PathDeleteResult.IsSuccess property

Returns the success indicator of the delete operation.

public bool IsSuccess { get; }

Property Value

true if the delete operation was successful; otherwise, returns false.

See Also