NSFileManagerDelegate_Extensions.ShouldProceedAfterErrorRemovingItem Method

Definition

Overloads

ShouldProceedAfterErrorRemovingItem(INSFileManagerDelegate, NSFileManager, NSError, NSUrl)
ShouldProceedAfterErrorRemovingItem(INSFileManagerDelegate, NSFileManager, NSError, String)

ShouldProceedAfterErrorRemovingItem(INSFileManagerDelegate, NSFileManager, NSError, NSUrl)

public static bool ShouldProceedAfterErrorRemovingItem (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fileManager, Foundation.NSError error, Foundation.NSUrl url);
static member ShouldProceedAfterErrorRemovingItem : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSError * Foundation.NSUrl -> bool

Parameters

This
INSFileManagerDelegate

The instance on which this extension method operates.

fileManager
NSFileManager
error
NSError
url
NSUrl

Returns

Applies to

ShouldProceedAfterErrorRemovingItem(INSFileManagerDelegate, NSFileManager, NSError, String)

public static bool ShouldProceedAfterErrorRemovingItem (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fileManager, Foundation.NSError error, string path);
static member ShouldProceedAfterErrorRemovingItem : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSError * string -> bool

Parameters

This
INSFileManagerDelegate

The instance on which this extension method operates.

fileManager
NSFileManager
error
NSError
path
String

Returns

Applies to