SaaS CMS has officially launched! Learn more now.

Class TemplateElement

Dashboard template

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