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