Try our conversational search powered by Generative AI!

Class UserGuiSettings

Inheritance
System.Object
UserGuiSettings
Namespace: EPiServer.UI.Edit
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
public UserGuiSettings()

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
Type Description
ToolButton

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
Type Name Description
System.String userName
EPiServerProfile data

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
Type Name Description
System.String userName
EPiServerProfile data

Implements

Extension Methods