Gets or sets the location that the file save picker suggests to the user as the location to save a file.
Syntax
var suggestedStartLocation = fileSavePicker.suggestedStartLocation;
fileSavePicker.suggestedStartLocation = suggestedStartLocation;
Property value
Type: PickerLocationId
The initial suggested location for saving a file.
Remarks
The SuggestedStartLocation is not always used as the start location for the file picker. To give the user a sense of consistency, the file picker remembers the last location that the user navigated to and will generally start at that location.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013