UIDocumentPickerViewController.AllowsMultipleSelection Property

Definition

Gets or sets a Boolean value that controls whether the user may make multiple simultaneous selections.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AllowsMultipleSelection { [Foundation.Export("allowsMultipleSelection")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAllowsMultipleSelection:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AllowsMultipleSelection : bool with get, set

Property Value

Attributes

Applies to