This topic has not yet been rated - Rate this topic

FileOpenPickerUI.SettingsIdentifier | settingsIdentifier property

Gets an identifier for the current context of the file picker.

Syntax


var settingsIdentifier = fileOpenPickerUI.settingsIdentifier;

Property value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The identifier for the current context of the file picker.

Remarks

As a provider of files, your app can use this identifier to restore the state your app was in the last time it was used in this context.

The context depends on various factors including the calling app and file types being chosen.

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

FileOpenPickerUI class

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.