PickOptions Class

Definition

Represents file picking options that can be used to customize the working of IFilePicker.

public ref class PickOptions
public class PickOptions
type PickOptions = class
Public Class PickOptions
Inheritance
PickOptions

Remarks

This file picking options object can be passed to a call to PickAsync().

Constructors

PickOptions()

Properties

Default

Default file picking options. This object can be used when no special pick options are necessary.

FileTypes

List of file types that file file picker should return.

Images

Predefined PickOptions object for picking image files only.

PickerTitle

Title used for the file picker that is shown to the user.

Applies to