Class CopyHandlerOptions
Options for the CopyHandler
Inherited Members
Namespace:FubarDev.WebDavServer.Handlers.Impl
Assembly:FubarDev.WebDavServer.dll
Syntax
public class CopyHandlerOptions
Properties
| Improve this Doc View SourceMode
Gets or sets the mode that determines the method used to copy files
Declaration
public RecursiveProcessingMode Mode { get; set; }
Property Value
Type | Description |
---|---|
RecursiveProcessingMode |
OverwriteAsDefault
Gets or sets a value indicating whether the destination of a copy operation is overwriteable when the client doesn't specify the OverwriteHeader.
Declaration
public bool OverwriteAsDefault { get; set; }
Property Value
Type | Description |
---|---|
Boolean |