Class TemplateElement
Inheritance
System.Object
TemplateElement
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
Properties
ForRoles
Declaration
public string ForRoles { get; set; }
Property Value
Type |
Description |
System.String |
|
Tabs
Declaration
public TabElementCollection Tabs { get; set; }
Property Value
Methods
GetRoleList()
Declaration
public IList<string> GetRoleList()
Returns
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Extension Methods