Navigation :
OpenFileService
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Services |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - iOS |
public class OpenFileService : IOpenFileService, FileServiceBase
Base types
FileServiceBase
Implements interfaces
IOpenFileService
Service to open files.
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
, theFileName
property will be filled with the filename. Otherwise, no changes will occur to the data of this object.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion