Class TabbedContentItem<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 SourceTabbedContentItem()
Declaration
protected TabbedContentItem()
Properties
View SourceProperties
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
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>> |