Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The ISaveFileService allows a developer to let the user choose a file from inside a view model.

Table of Contents

Platform info

FrameworkSupported
WPFImage Removed
Silverlight 5Image Removed
Windows Phone 8.0Image Removed
Windows Phone 8.1Image Removed
Windows RT 8.0Image Removed
Windows RT 8.1Image Removed
AndroidImage Removed
iOSImage Removed
Test/emulation serviceImage Removed

Choosing a file

To select a file to save, it is required to set the right properties of the service and then make a call to the DetermineFile method:

...