Class FileChooserRequest
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class FileChooserRequest : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
FileChooserRequest
- Implements
-
- Inherited Members
-
Constructors
FileChooserRequest(bool, params ConstructArgument[])
protected FileChooserRequest(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
bool
constructArguments
ConstructArgument[]
FileChooserRequest(IntPtr, bool)
protected FileChooserRequest(IntPtr ptr, bool ownedRef)
Parameters
ptr
IntPtr
ownedRef
bool
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[]