Show / Hide Table of Contents

Class MoveHandlerOptions

The options for the MoveHandler

Inheritance
Object
MoveHandlerOptions
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 MoveHandlerOptions

Properties

| Improve this Doc View Source

Mode

Gets or sets the mode that determines the method used to move files

Declaration
public RecursiveProcessingMode Mode { get; set; }
Property Value
Type Description
RecursiveProcessingMode
| Improve this Doc View Source

OverwriteAsDefault

Gets or sets a value indicating whether the destination of a move operation is overwriteable when the client doesn't specify the OverwriteHeader.

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