Class ContentDownloadLinkCreateRequest
Request to create a content download link
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentDownloadLinkCreateRequest
Properties
Contents
List of content information to generate the download link
Declaration
[JsonProperty("contents", Required = Required.Always)]
[Required]
public ICollection<ContentDownloadRequestItem> Contents { get; set; }
Property Value
NotifyProgress
Indicates if a progress message shall be shown to the user, notifying once the download is completed.
Declaration
[JsonProperty("notifyProgress", Required = Required.Always)]
public bool NotifyProgress { get; set; }
Property Value
Methods
FromJson(string)
Declaration
public static ContentDownloadLinkCreateRequest FromJson(string data)
Parameters
string data |