SaaS CMS has officially launched! Learn more now.

Class TabElementCollection

Collection of tabs of the dashboard

Inheritance
System.Object
TabElementCollection
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
[Obsolete("The EPiServer 6 Dashboard configuration element has been replaced with the ViewManager element.")]
public class TabElementCollection : ConfigurationElementCollection

Constructors

TabElementCollection()

Declaration
public TabElementCollection()

Methods

CreateNewElement()

Creates a new TabElement.

Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type Description
System.Configuration.ConfigurationElement

A new TabElement.

GetElementKey(ConfigurationElement)

Gets the element key for a specified configuration element.

Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type Name Description
System.Configuration.ConfigurationElement element

The TabElement to return the key for.

Returns
Type Description
System.Object

A Name property of the tab that acts as the key for the specified TabElement.