Share via


NSFileManagerDelegate.ShouldProceedAfterErrorMovingItem Method

Definition

Overloads

ShouldProceedAfterErrorMovingItem(NSFileManager, NSError, NSUrl, NSUrl)

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

Parameters

fileManager
NSFileManager
error
NSError
srcUrl
NSUrl
dstUrl
NSUrl

Returns

Implements

Attributes

Applies to

ShouldProceedAfterErrorMovingItem(NSFileManager, NSError, String, String)

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

Parameters

fileManager
NSFileManager
error
NSError
srcPath
String
dstPath
String

Returns

Implements

Attributes

Applies to