Class FileChooserRequest
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class FileChooserRequest : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
FileChooserRequest
- Implements
-
- Inherited Members
-
Constructors
FileChooserRequest(params ConstructArgument[])
public FileChooserRequest(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
FileChooserRequest(FileChooserRequestHandle)
public FileChooserRequest(FileChooserRequestHandle handle)
Parameters
handle
FileChooserRequestHandle
Fields
FilterPropertyDefinition
public static readonly Property<FileFilter?, FileChooserRequest> FilterPropertyDefinition
Field Value
- Property<FileFilter, FileChooserRequest>
MimeTypesPropertyDefinition
public static readonly Property<string[], FileChooserRequest> MimeTypesPropertyDefinition
Field Value
- Property<string[], FileChooserRequest>
SelectMultiplePropertyDefinition
public static readonly Property<bool, FileChooserRequest> SelectMultiplePropertyDefinition
Field Value
- Property<bool, FileChooserRequest>
SelectedFilesPropertyDefinition
public static readonly Property<string[], FileChooserRequest> SelectedFilesPropertyDefinition
Field Value
- Property<string[], FileChooserRequest>
Properties
Filter
public FileFilter? Filter { get; }
Property Value
- FileFilter
MimeTypes
public string[] MimeTypes { get; }
Property Value
- string[]
SelectMultiple
public bool SelectMultiple { get; }
Property Value
- bool
SelectedFiles
public string[] SelectedFiles { get; }
Property Value
- string[]
Methods
Cancel()
GetGType()
public static Type GetGType()
Returns
- Type
GetMimeTypes()
public string[] GetMimeTypes()
Returns
- string[]
GetMimeTypesFilter()
public FileFilter GetMimeTypesFilter()
Returns
- FileFilter
GetSelectMultiple()
public bool GetSelectMultiple()
Returns
- bool
GetSelectedFiles()
public string[] GetSelectedFiles()
Returns
- string[]
SelectFiles(string[])
public void SelectFiles(string[] files)
Parameters
files
string[]