UIDocumentBrowserViewControllerDelegate_Extensions.DidPickDocumentUrls Method

Definition

Developers may implement this method to respond after the user selects document URLs.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidPickDocumentsAtUrls (UIDocumentBrowserViewController, NSUrl[])' instead.")]
public static void DidPickDocumentUrls (this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl[] documentUrls);
static member DidPickDocumentUrls : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Foundation.NSUrl[] -> unit

Parameters

This
IUIDocumentBrowserViewControllerDelegate

The instance on which this extension method operates.

controller
UIDocumentBrowserViewController

The controller in which the URLs were picked .

documentUrls
NSUrl[]

The chosen URLs.

Attributes

Applies to