Enum RecursiveProcessingMode
Defines the mode that should be used to copy or move entries
Namespace:FubarDev.WebDavServer
Assembly:FubarDev.WebDavServer.dll
Syntax
public enum RecursiveProcessingMode
Fields
Name | Description |
---|---|
PreferCrossFileSystem | Prefer a slower copy/move operation that allows copying or moving between file systems. |
PreferCrossServer | Prefer using a copy/move operation that allows copying between servers. |
PreferFastest | Prefer the fastest method (if possible) |