Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class TabElementCollection

Collection of tabs of the dashboard

Inheritance
System.Object
TabElementCollection
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 7.19.2
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.

Extension Methods