FileOpenPickerUI.Title | title property
Gets or sets a title to display in the file picker UI that identifies the location that the file picker is displaying to the user.
Syntax
var title = fileOpenPickerUI.title;
fileOpenPickerUI.title = title;
Property value
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The title to display in the file picker UI. This title should identify the location and type of files that the user can see on the app page (which is hosted by the file picker) of the app that is providing files.
Remarks
As a provider of files, you should consider updating the title if the user navigates to another location or if the allowedFileTypes change.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
