Setting for what graphical theme should be used.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("uiTheme", DefaultValue = "", IsRequired = false)] [StringValidatorAttribute(InvalidCharacters = "~!@#$%^&*()[]{}/;'"|\", MinLength = , MaxLength = )] [ManagerTabAttribute(ManagerTab.Site)] public string UITheme { get; set; } |