Indicates whether the file picker currently limits selection to single files, or if multiple files can be selected.
Syntax
var value = Windows.Storage.Pickers.Provider.FileSelectionMode.single;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The FileSelectionMode enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Single | single | 0 |
Only a single file can be selected. |
| Multiple | multiple | 1 |
Multiple files can be selected. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012