OpenFileRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OpenFileRequest() |
Open request with an existing file. |
OpenFileRequest(String, FileBase) |
Open request with an existing file. |
OpenFileRequest(String, ReadOnlyFile) |
Open request with an existing file. |
OpenFileRequest()
Open request with an existing file.
public OpenFileRequest ();
Applies to
OpenFileRequest(String, FileBase)
Open request with an existing file.
public OpenFileRequest (string title, Xamarin.Essentials.FileBase file);
Parameters
- title
- System.String
Title to display on open dialog if available.
- file
- FileBase
File to open.
Applies to
OpenFileRequest(String, ReadOnlyFile)
Open request with an existing file.
public OpenFileRequest (string title, Xamarin.Essentials.ReadOnlyFile file);
Parameters
- title
- System.String
Title to display on open dialog if available.
- file
- ReadOnlyFile
File to open.