SetFileNameResult enumeration

This topic has not yet been rated - Rate this topic

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.

MemberValueDescription
Succeeded | succeeded0

The file name and extension were updated successfully.

NotAllowed | notAllowed1

The file name and extension were not updated because the extension wasn't one of the allowedFileTypes.

Unavailable | unavailable2

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

Windows.Storage.Pickers.Provider
Windows::Storage::Pickers::Provider [C++]

Metadata

Windows.winmd

See also

FileSavePickerUI class
FileSavePickerUI.AllowedFileTypes property
FileSavePickerUI.TrySetFileName method

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.