Share via


UIDocumentBrowserViewControllerDelegate_Extensions.DidPickDocumentUrls Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidPickDocumentUrls(this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl[] documentUrls);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidPickDocumentUrls : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Foundation.NSUrl[] -> unit

Parameters

controller
UIDocumentBrowserViewController

The controller in which the URLs were picked .

documentUrls
NSUrl[]

The chosen URLs.

Attributes

Applies to