NSFileManagerDelegate_Extensions.ShouldProceedAfterErrorRemovingItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
The instance on which this extension method operates.
- fileManager
- NSFileManager
- error
- NSError
- path
- String