Show / Hide Table of Contents

Class MissingProperty

Information about a property that wasn't selected for a PROPFIND

Inheritance
Object
MissingProperty
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Props.Filters
Assembly:FubarDev.WebDavServer.dll
Syntax
public class MissingProperty

Constructors

| Improve this Doc View Source

MissingProperty(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 Source

Key

Gets the name of the property that wasn't selected

Declaration
public XName Key { get; }
Property Value
Type Description
XName
| Improve this Doc View Source

StatusCode

Gets the status code of the reason why this property wasn't selected

Declaration
public WebDavStatusCode StatusCode { get; }
Property Value
Type Description
WebDavStatusCode
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX