Class TabNames
This class contains constants with the names of the built in tabs used in the catalog editing view. They can be used when setting a group name on a property, to control what tab it should added to.
Inheritance
System.Object
    TabNames
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Commerce.Catalog.DataAnnotations
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public static class TabNames
  Fields
Assets
The assets tab.
Declaration
public const string Assets = "Assets"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
BundleEntries
The Bundle Entries tab.
Declaration
public const string BundleEntries = "BundleEntries"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Content
The content tab.
Declaration
[Obsolete("Use SystemTabNames.Content instead. Will remain at least until October 2016")]
public const string Content = "Information"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Coupons
The coupon group.
Declaration
public const string Coupons = "Coupons"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Inventory
The inventory tab.
Declaration
public const string Inventory = "Inventory"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Links
The links tab.
Declaration
public const string Links = "Links"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
MarketAndRevenue
The market and revenue group
Declaration
public const string MarketAndRevenue = "MarketAndRevenue"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Media
The media tab.
Declaration
public const string Media = "Media"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
PackageEntries
The Package Entries tab.
Declaration
public const string PackageEntries = "PackageEntries"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Personalization
The personalization group.
Declaration
public const string Personalization = "Personalization"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Pricing
The pricing tab.
Declaration
public const string Pricing = "Pricing"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
RedemptionLimits
The redemption limits group.
Declaration
public const string RedemptionLimits = "RedemptionLimits"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
RelatedEntries
The related entries tab
Declaration
public const string RelatedEntries = "RelatedEntries"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
SchedulingAndStatus
The scheduling group
Declaration
public const string SchedulingAndStatus = "SchedulingAndStatus"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
SettingsHeader
The settings header/panel.
Declaration
[Obsolete("Use SystemTabNames.PageHeader instead. Will remain at least until October 2016")]
public const string SettingsHeader = "EPiServerCMS_SettingsPanel"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Whlie the settings header behaves/looks like a panel, it is technically a tab, and can be used as such when defining properties.
Tracking
The tracking group
Declaration
public const string Tracking = "Tracking"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Variants
The variances tab.
Declaration
public const string Variants = "Variants"
  Field Value
| Type | Description | 
|---|---|
| System.String |