Show / Hide Table of Contents

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)

  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX