This topic has not yet been rated - Rate this topic

FileSavePickerUI.AllowedFileTypes | allowedFileTypes property

Gets a list of file types (extensions) that can be saved to the app that is providing the save location.

Syntax


var allowedFileTypes = fileSavePickerUI.allowedFileTypes;

Property value

Type: IVectorView<String> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<String> [.NET]

The list of file types that can be saved.

Remarks

As the app that provides the save location, you should use this information to filter the page your app displays and to constrain the extensions of the file names it generates.

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

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.