SaaS CMS has officially launched! Learn more now.

Class TemplateElement

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

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

Tabs

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

Methods

GetRoleList()

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

Extension Methods