Class UserGuiSettings
Inheritance
System.Object
UserGuiSettings
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
[GuiPlugIn(Area = PlugInArea.SidSettingsArea, DisplayName = "UserGuiSettings", LanguagePath = "/admin/edituser/userguisettings", SortIndex = 200, UrlFromUi = "edit/UserGuiSettings.ascx")]
public class UserGuiSettings : UserControlBase, IRenderSettings, IUserSettings
Constructors
UserGuiSettings()
Declaration
Fields
languageDropDown
Declaration
protected DropDownList languageDropDown
Field Value
Type |
Description |
System.Web.UI.WebControls.DropDownList |
|
languageGui
Declaration
protected HtmlGenericControl languageGui
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
languageText
Declaration
protected Literal languageText
Field Value
Type |
Description |
System.Web.UI.WebControls.Literal |
|
Literal2
Declaration
protected Literal Literal2
Field Value
Type |
Description |
System.Web.UI.WebControls.Literal |
|
ResetInfoMessage
Declaration
protected Literal ResetInfoMessage
Field Value
Type |
Description |
System.Web.UI.WebControls.Literal |
|
ResetMessage
Declaration
protected Label ResetMessage
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
SaveLanguageSetting
Declaration
protected ToolButton SaveLanguageSetting
Field Value
touchDisabled
Declaration
protected CheckBox touchDisabled
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
Properties
IsRunningStandalone
Declaration
public bool IsRunningStandalone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SaveRequiresUIReload
Declaration
public bool SaveRequiresUIReload { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
LoadSettings(String, EPiServerProfile)
Declaration
public void LoadSettings(string userName, EPiServerProfile data)
Parameters
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
ResetView_Click(Object, EventArgs)
Declaration
protected void ResetView_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
SaveLanguageSettings_Click(Object, EventArgs)
Declaration
protected void SaveLanguageSettings_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
SaveSettings(String, EPiServerProfile)
Declaration
public void SaveSettings(string userName, EPiServerProfile data)
Parameters
Implements
Extension Methods