UIDocumentBrowserViewControllerDelegate.FailedToImportDocument 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.
Developers may implement this method to respond when the application fails to import a document.
[Foundation.Export("documentBrowser:failedToImportDocumentAtURL:error:")]
public virtual void FailedToImportDocument (UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl documentUrl, Foundation.NSError error);
abstract member FailedToImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSError -> unit
override this.FailedToImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSError -> unit
Parameters
- controller
- UIDocumentBrowserViewController
The controller that failed to import the document.
- documentUrl
- NSUrl
The document's original URL.
- Attributes