Navigation :
ISaveFileService
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Services |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public interface ISaveFileService : IFileSupport
Implements interfaces
IFileSupport
Interface for the Save File service.
Methods
DetermineFileAsync()
Determines the filename of the file what will be used.
Returns
true
if a file is selected; otherwisefalse
.
If this method returnstrue
, the FileName property will be filled with the filenames. Otherwise, no changes will occur to the data of this object.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion