24 lines
527 B
C#
24 lines
527 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: CarotDAV.ConflictAction
|
|
// Assembly: CarotDAV, Version=1.13.2.18337, Culture=neutral, PublicKeyToken=null
|
|
// MVID: C31F2651-A4A8-4D09-916A-8C6106F5E7C8
|
|
// Assembly location: F:\Eigene Dateien\Dropbox\portable Collection\Progs\CarotDAV\CarotDAV.exe
|
|
|
|
namespace CarotDAV
|
|
{
|
|
public enum ConflictAction
|
|
{
|
|
NoConfliction,
|
|
Overwrite,
|
|
OverwriteNewer,
|
|
Resume,
|
|
Integrate,
|
|
DeleteTarget,
|
|
Retry,
|
|
AutoRetry,
|
|
ChangeName,
|
|
Skip,
|
|
CancelAll,
|
|
}
|
|
}
|