Indicates the result of a call to the fileSavePickerUI.trySetFileName method.
Syntax
var value = Windows.Storage.Pickers.Provider.SetFileNameResult.succeeded;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The SetFileNameResult enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Succeeded | succeeded | 0 |
The file name and extension were updated successfully. |
| NotAllowed | notAllowed | 1 |
The file name and extension were not updated because the extension wasn't one of the allowedFileTypes. |
| Unavailable | unavailable | 2 |
The file name and extension were not updated because the file picker UI wasn't available. 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
- FileSavePickerUI class
- FileSavePickerUI.AllowedFileTypes property
- FileSavePickerUI.TrySetFileName method
Build date: 12/4/2012