Share via


NSFileManagerDelegate.ShouldProceedAfterErrorCopyingItem Method

Definition

Overloads

ShouldProceedAfterErrorCopyingItem(NSFileManager, NSError, NSUrl, NSUrl)

[Foundation.Export("fileManager:shouldProceedAfterError:copyingItemAtURL:toURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldProceedAfterErrorCopyingItem(Foundation.NSFileManager fileManager, Foundation.NSError error, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
[<Foundation.Export("fileManager:shouldProceedAfterError:copyingItemAtURL:toURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldProceedAfterErrorCopyingItem : Foundation.NSFileManager * Foundation.NSError * Foundation.NSUrl * Foundation.NSUrl -> bool
override this.ShouldProceedAfterErrorCopyingItem : Foundation.NSFileManager * Foundation.NSError * Foundation.NSUrl * Foundation.NSUrl -> bool

Parameters

fileManager
NSFileManager
error
NSError
srcUrl
NSUrl
dstUrl
NSUrl

Returns

Implements

Attributes

Applies to

ShouldProceedAfterErrorCopyingItem(NSFileManager, NSError, String, String)

[Foundation.Export("fileManager:shouldProceedAfterError:copyingItemAtPath:toPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldProceedAfterErrorCopyingItem(Foundation.NSFileManager fileManager, Foundation.NSError error, string srcPath, string dstPath);
[<Foundation.Export("fileManager:shouldProceedAfterError:copyingItemAtPath:toPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldProceedAfterErrorCopyingItem : Foundation.NSFileManager * Foundation.NSError * string * string -> bool
override this.ShouldProceedAfterErrorCopyingItem : Foundation.NSFileManager * Foundation.NSError * string * string -> bool

Parameters

fileManager
NSFileManager
error
NSError
srcPath
String
dstPath
String

Returns

Implements

Attributes

Applies to