Share via


FolderPicker.SuggestedStartLocation Property

Definition

Specifies the initial location as a PickerLocationId. If not specified, PickerLocationId.Unspecified is used as the default location.

public:
 property PickerLocationId SuggestedStartLocation { PickerLocationId get(); void set(PickerLocationId value); };
PickerLocationId SuggestedStartLocation();

void SuggestedStartLocation(PickerLocationId value);
public PickerLocationId SuggestedStartLocation { get; set; }
var pickerLocationId = folderPicker.suggestedStartLocation;
folderPicker.suggestedStartLocation = pickerLocationId;
Public Property SuggestedStartLocation As PickerLocationId

Property Value

Gets or sets the suggested start location for the folder picker.

Applies to

See also