Share via


UIDocumentBrowserViewControllerDelegate_Extensions.DidImportDocument Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidImportDocument(this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl sourceUrl, Foundation.NSUrl destinationUrl);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidImportDocument : UIKit.IUIDocumentBrowserViewControllerDelegate * 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.

Attributes

Applies to