Indicates the result of a call to the fileOpenPickerUI.addFile method.
Syntax
var value = Windows.Storage.Pickers.Provider.AddFileResult.added;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The AddFileResult enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Added | added | 0 |
The file was successfully added to the file picker UI. |
| AlreadyAdded | alreadyAdded | 1 |
The file was already in the file picker UI. |
| NotAllowed | notAllowed | 2 |
The file wasn't added because it is not one of the allowed file types. |
| Unavailable | unavailable | 3 |
The file wasn't added because the file picker UI is unavailable. The file picker UI is only available while the user is interacting with your app. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012