Search Results for

    Show / Hide Table of Contents
    View Source

    Class TabbedContentItem<T>

    Inheritance
    System.Object
    EntityBasic
    ContentItemBasic
    ContentItemBasic<T>
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class TabbedContentItem<T> : ContentItemBasic<T>, IContentProperties<T>, ITabbedContent<T> where T : ContentPropertyBasic
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    TabbedContentItem()

    Declaration
    protected TabbedContentItem()

    Properties

    View Source

    Properties

    Override the properties property to ensure we don't serialize this and to simply return the properties based on the properties in the tabs collection

    Declaration
    [IgnoreDataMember]
    public override IEnumerable<T> Properties { get; set; }
    Property Value
    Type Description
    IEnumerable<T>
    Remarks

    This property cannot be set

    View Source

    Tabs

    Defines the tabs containing display properties

    Declaration
    [DataMember(Name = "tabs")]
    public IEnumerable<Tab<T>> Tabs { get; set; }
    Property Value
    Type Description
    IEnumerable<Tab<T>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TabbedContentItem()
    • Properties
      • Properties
      • Tabs
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX