Class DeleteResult
The result of a DELETE
file system operation
Inherited Members
Namespace:FubarDev.WebDavServer.FileSystem
Assembly:FubarDev.WebDavServer.dll
Syntax
public class DeleteResult
Constructors
| Improve this Doc View SourceDeleteResult(WebDavStatusCode, IEntry)
Initializes a new instance of the DeleteResult class.
Declaration
public DeleteResult(WebDavStatusCode statusCode, [CanBeNull] IEntry failedEntry)
Parameters
Type | Name | Description |
---|---|---|
WebDavStatusCode | statusCode | The status code for the operation |
IEntry | failedEntry | The entry of the failed operation |
Properties
| Improve this Doc View SourceFailedEntry
Gets the failed entry
Declaration
[CanBeNull]
public IEntry FailedEntry { get; }
Property Value
Type | Description |
---|---|
IEntry |
StatusCode
Gets the status code of the operation
Declaration
public WebDavStatusCode StatusCode { get; }
Property Value
Type | Description |
---|---|
WebDavStatusCode |