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 TemplateElement

Dashboard template

Inheritance
System.Object
TemplateElement
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 TemplateElement : ConfigurationElement

Constructors

TemplateElement()

Declaration
public TemplateElement()

Properties

ForRoles

Gets or sets list of roles with comma as delimiter.

Declaration
public string ForRoles { get; set; }
Property Value
Type Description
System.String

For roles.

Tabs

Gets or sets the tabs of the template.

Declaration
public TabElementCollection Tabs { get; set; }
Property Value
Type Description
TabElementCollection

The tabs.

Methods

GetRoleList()

Gets the list of roles.

Declaration
public IList<string> GetRoleList()
Returns
Type Description
System.Collections.Generic.IList<System.String>

List of roles

Extension Methods