Search Results for

    Show / Hide Table of Contents

    Class CustomerInfoSettings

    Customer settings within customer information

    Inheritance
    object
    CustomerInfoSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    DownloadPrefixName

    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
    string

    UiDefaultShareExpirationTime

    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
    long?

    Methods

    FromJson(string)

    Declaration
    public static CustomerInfoSettings FromJson(string data)
    Parameters
    string data

    Returns
    CustomerInfoSettings

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX