[This is preliminary documentation and is subject to change.]
Result of file copy operation
Namespace: Tools.IOtAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[FlagsAttribute] public enum FileCopyResult |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration FileCopyResult |
| Visual C++ |
|---|
[FlagsAttribute] public enum class FileCopyResult |
| F# |
|---|
[<FlagsAttribute>] type FileCopyResult |
| JScript |
|---|
public enum FileCopyResult |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Copyed | 1 | File was copied | |
| PreCancelled | 3 | Copying was cancelled before it started | |
| Cancelled | 2 | Copying was cancelled after it started | |
| Terminate | 1024 | If this falg is set, the whole batch copying operation was cancelled by callback function and should not continue. This is never combined with Copyed | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |