Class BlacklistItem
Inheritance
BlacklistItem
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class BlacklistItem
Properties
Pattern a file name must match to be excluded from the transfer.
Declaration
[JsonProperty("match", Required = Required.Always)]
[Required]
public string Match { get; set; }
Property Value
Declaration
[JsonProperty("name", Required = Required.Always)]
[Required]
public string Name { get; set; }
Property Value
Methods
Declaration
public static BlacklistItem FromJson(string data)
Parameters
Returns