Search Results for

    Show / Hide Table of Contents

    Class ItemFieldUiSettingsViewItemBase

    Inheritance
    object
    ItemFieldUiSettingsViewItemBase
    DynamicViewFieldUiSettings
    RelationUiSettings
    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 abstract class ItemFieldUiSettingsViewItemBase

    Properties

    MaxListRows

    Maximum number of rows to be displayed in the List view.

    Declaration
    [JsonProperty("maxListRows", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public int? MaxListRows { get; set; }
    Property Value
    int?

    MaxThumbRows

    Maximum number of rows to be displayed in the Thumbnail views.

    Declaration
    [JsonProperty("maxThumbRows", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public int? MaxThumbRows { get; set; }
    Property Value
    int?

    ShowRelatedContentOnDownload

    Whether related content should be shown in UI download dialog

    Declaration
    [JsonProperty("showRelatedContentOnDownload", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public bool? ShowRelatedContentOnDownload { get; set; }
    Property Value
    bool?

    View

    The view to be used when rendering the field.

    Declaration
    [JsonProperty("view", Required = Required.Always)]
    [Required(AllowEmptyStrings = true)]
    [JsonConverter(typeof(StringEnumConverter))]
    public ItemFieldViewMode View { get; set; }
    Property Value
    ItemFieldViewMode

    Methods

    FromJson(string)

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

    Returns
    ItemFieldUiSettingsViewItemBase

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX