Class CustomerInfoSettings
Customer settings within customer information
Inheritance
CustomerInfoSettings
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class CustomerInfoSettings
Properties
Prefix to be used for the zip file created when downloading multiple contents
Declaration
[JsonProperty("downloadPrefixName", Required = Required.Always)]
[Required]
public string DownloadPrefixName { get; set; }
Property Value
Default expiration time span as number of milliseconds that will be applied as default by the UI when creating a new Share
Declaration
[JsonProperty("uiDefaultShareExpirationTime", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public long? UiDefaultShareExpirationTime { get; set; }
Property Value
Methods
Declaration
public static CustomerInfoSettings FromJson(string data)
Parameters
Returns