Class PropFindHandlerOptions
Options for PropFindHandler
Inherited Members
Namespace:FubarDev.WebDavServer.Handlers.Impl
Assembly:FubarDev.WebDavServer.dll
Syntax
public class PropFindHandlerOptions
Properties
| Improve this Doc View SourceOmitLockOwner
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 |
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 |
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 |