NSFileManagerDelegate.ShouldProceedAfterErrorMovingItem Method

Definition

Overloads

ShouldProceedAfterErrorMovingItem(NSFileManager, NSError, NSUrl, NSUrl)
ShouldProceedAfterErrorMovingItem(NSFileManager, NSError, String, String)

ShouldProceedAfterErrorMovingItem(NSFileManager, NSError, NSUrl, NSUrl)

[Foundation.Export("fileManager:shouldProceedAfterError:movingItemAtURL:toURL:")]
public virtual bool ShouldProceedAfterErrorMovingItem (Foundation.NSFileManager fileManager, Foundation.NSError error, Foundation.NSUrl srcUrl, Foundation.NSUrl dstUrl);
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

Attributes

Applies to

ShouldProceedAfterErrorMovingItem(NSFileManager, NSError, String, String)

[Foundation.Export("fileManager:shouldProceedAfterError:movingItemAtPath:toPath:")]
public virtual bool ShouldProceedAfterErrorMovingItem (Foundation.NSFileManager fileManager, Foundation.NSError error, string srcPath, string dstPath);
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

Attributes

Applies to