Class TransferWebLink
Represents an item being downloaded by URL in a transfer.
Inheritance
TransferWebLink
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TransferWebLink : TransferFile
Properties
Optional target filename of the file.
Declaration
[JsonProperty("fileName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string FileName { get; set; }
Property Value
Declaration
[JsonProperty("url", Required = Required.Always)]
[Required]
public string Url { get; set; }
Property Value
Methods
Declaration
public static TransferWebLink FromJson(string data)
Parameters
Returns