IUIDocumentPickerDelegate.DidPickDocument Method

Definition

Developers should not use this deprecated method. Implement 'DidPickDocument (UIDocumentPickerViewController, NSUrl[])' instead.

[Foundation.Export("documentPicker:didPickDocumentAtURL:")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Implement 'DidPickDocument (UIDocumentPickerViewController, NSUrl[])' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Implement 'DidPickDocument (UIDocumentPickerViewController, NSUrl[])' instead.")]
public void DidPickDocument (UIKit.UIDocumentPickerViewController controller, Foundation.NSUrl url);
abstract member DidPickDocument : UIKit.UIDocumentPickerViewController * Foundation.NSUrl -> unit

Parameters

controller
UIDocumentPickerViewController

The controller that made the request.

url
NSUrl

The URLS that was picked.

Attributes

Remarks

The meaning will differ dependent upon the mode of the document picker.

Applies to