Share via


UIDocumentBrowserViewControllerDelegate.DidImportDocument Method

Definition

Developers may implement this method to respond after a document is imported.

[Foundation.Export("documentBrowser:didImportDocumentAtURL:toDestinationURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidImportDocument(UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl sourceUrl, Foundation.NSUrl destinationUrl);
[<Foundation.Export("documentBrowser:didImportDocumentAtURL:toDestinationURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSUrl -> unit
override this.DidImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSUrl -> unit

Parameters

controller
UIDocumentBrowserViewController

The controller that imported the document.

sourceUrl
NSUrl

The original document URL.

destinationUrl
NSUrl

The imported document's URL.

Implements

Attributes

Applies to