Class ContentDownloadRequestItem
Information needed to generate a content download link
Inheritance
ContentDownloadRequestItem
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentDownloadRequestItem
Properties
ID of the content that is going to be downloaded.
Declaration
[JsonProperty("contentId", Required = Required.Always)]
[Required]
public string ContentId { get; set; }
Property Value
ID of the output format that is going to be downloaded.
Declaration
[JsonProperty("outputFormatId", Required = Required.Always)]
[Required]
public string OutputFormatId { get; set; }
Property Value
Methods
Declaration
public static ContentDownloadRequestItem FromJson(string data)
Parameters
Returns