Class FileHandler
FileHandler
public sealed class FileHandler
- Inheritance
-
FileHandler
- Inherited Members
Properties
Accepts
accepts
[JsonPropertyName("accepts")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FileFilter[] Accepts { get; set; }
Property Value
Action
action
[JsonPropertyName("action")]
public string Action { get; set; }
Property Value
Icons
icons
[JsonPropertyName("icons")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ImageResource[] Icons { get; set; }
Property Value
LaunchType
launchType
[JsonPropertyName("launchType")]
public string LaunchType { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }