add WriteOptions.Unsafe
parent
8f42783fd1
commit
1bf28f4397
|
@ -317,13 +317,14 @@ namespace RefreshCS
|
|||
public enum TransferOptions
|
||||
{
|
||||
Cycle,
|
||||
Overwrite
|
||||
Unsafe
|
||||
}
|
||||
|
||||
public enum WriteOptions
|
||||
{
|
||||
Cycle,
|
||||
SafeOverwrite
|
||||
Unsafe,
|
||||
Safe
|
||||
}
|
||||
|
||||
public enum Backend
|
||||
|
|
Loading…
Reference in New Issue