Class FileHandler
FileHandler
public sealed class FileHandler
- Inheritance
-
FileHandler
- Inherited Members
Properties
Accepts
Mimic a map, name is the key, accepts is the value.
[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
Won't repeat the enums, using string for easy comparison. Same as the other enums below.
[JsonPropertyName("launchType")]
public string LaunchType { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }