[This is preliminary documentation and is subject to change.]

Ways of solving path copy errors

Namespace: Tools.IOt
Assembly: 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 nameValueDescription
Cancel0Siletnly cancel the operation
Abort1Aborth the operation. Exception will be thrown.
Retry2Try failed sub-operation again
Ignore3Ignore failure and procede to next file/directory
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also