NSFileManagerDelegate.ShouldProceedAfterErrorCopyingItem Method

Definition

Overloads

ShouldProceedAfterErrorCopyingItem(NSFileManager, NSError, NSUrl, NSUrl)
ShouldProceedAfterErrorCopyingItem(NSFileManager, NSError, String, String)

ShouldProceedAfterErrorCopyingItem(NSFileManager, NSError, NSUrl, NSUrl)

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

Attributes

Applies to

ShouldProceedAfterErrorCopyingItem(NSFileManager, NSError, String, String)

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

Attributes

Applies to