Navigation :
IOpenFileService
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Services |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public interface IOpenFileService : IFileSupport
Implements interfaces
IFileSupport
Interface for the Open File service.
Properties
FileNames
Gets the file names in case IsMultiSelect istrue
.
IsMultiSelect
Gets or sets a value indicating whether this instance is multi select.
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 FileNames 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