NSFileManagerDelegate_Extensions.ShouldProceedAfterError 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.
Caution
API removed after iOS 2.0 / macOS 10.5. It will never be called by the OS.
[System.Obsolete("API removed after iOS 2.0 / macOS 10.5. It will never be called by the OS.")]
public static bool ShouldProceedAfterError (Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fm, Foundation.NSDictionary errorInfo);
static member ShouldProceedAfterError : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * Foundation.NSDictionary -> bool
Parameters
The instance on which this extension method operates.
- errorInfo
- NSDictionary
Returns
- Attributes