[This is preliminary documentation and is subject to change.]
Ways of solving path copy errors
Namespace: Tools.IOtAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum PathCopyCallbackResult |
| Visual Basic |
|---|
Public Enumeration PathCopyCallbackResult |
| Visual C++ |
|---|
public enum class PathCopyCallbackResult |
| F# |
|---|
type PathCopyCallbackResult |
| JScript |
|---|
public enum PathCopyCallbackResult |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Cancel | 0 | Siletnly cancel the operation | |
| Abort | 1 | Aborth the operation. Exception will be thrown. | |
| Retry | 2 | Try failed sub-operation again | |
| Ignore | 3 | Ignore failure and procede to next file/directory | |
| 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 |