Class MissingProperty
Information about a property that wasn't selected for a PROPFIND
Inherited Members
Namespace:FubarDev.WebDavServer.Props.Filters
Assembly:FubarDev.WebDavServer.dll
Syntax
public class MissingProperty
Constructors
| Improve this Doc View SourceMissingProperty(WebDavStatusCode, XName)
Initializes a new instance of the MissingProperty class.
Declaration
public MissingProperty(WebDavStatusCode statusCode, XName propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| WebDavStatusCode | statusCode | The status code why this property wasn't selected |
| XName | propertyName | The name of the property that wasn't selected |
Properties
| Improve this Doc View SourceKey
Gets the name of the property that wasn't selected
Declaration
public XName Key { get; }
Property Value
| Type | Description |
|---|---|
| XName |
StatusCode
Gets the status code of the reason why this property wasn't selected
Declaration
public WebDavStatusCode StatusCode { get; }
Property Value
| Type | Description |
|---|---|
| WebDavStatusCode |