Show / Hide Table of Contents

Class PropFindHandlerOptions

Options for PropFindHandler

Inheritance
Object
PropFindHandlerOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Handlers.Impl
Assembly:FubarDev.WebDavServer.dll
Syntax
public class PropFindHandlerOptions

Properties

| Improve this Doc View Source

OmitLockOwner

Gets or sets a value indicating whether the handler should omit the owner element of an activelock element.

Declaration
public bool OmitLockOwner { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

OmitLockToken

Gets or sets a value indicating whether the handler should omit the locktoken element of an activelock element.

Declaration
public bool OmitLockToken { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

UseAbsoluteHref

Gets or sets a value indicating whether the PROPFIND handler should return absolute href values.

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