UIDocumentBrowserViewControllerDelegate_Extensions.DidImportDocument 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 after a document is imported.
public static void DidImportDocument (this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl sourceUrl, Foundation.NSUrl destinationUrl);
static member DidImportDocument : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSUrl -> unit
Parameters
The instance on which this extension method operates.
- controller
- UIDocumentBrowserViewController
The controller that imported the document.
- sourceUrl
- NSUrl
The original document URL.
- destinationUrl
- NSUrl
The imported document's URL.