Class EditLanguageBranch
Inheritance
System.Object
EditLanguageBranch
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class EditLanguageBranch : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
EditLanguageBranch()
Declaration
public EditLanguageBranch()
Fields
Declaration
protected ToolButton ApplyButton
Field Value
Declaration
protected ToolButton CancelButton
Field Value
Declaration
protected ToolButton DeleteLanguageButton
Field Value
Label1
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
LanguageAccess
Declaration
protected MembershipAccessLevel LanguageAccess
Field Value
LanguageBranchEnabled
Declaration
protected CheckBox LanguageBranchEnabled
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
LanguageBranchIcon
Declaration
protected TextBox LanguageBranchIcon
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
LanguageBranchName
Declaration
protected TextBox LanguageBranchName
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
LanguageBranchURLSegment
Declaration
protected TextBox LanguageBranchURLSegment
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
urlSegmentValidator
Declaration
protected RegularExpressionValidator urlSegmentValidator
Field Value
Type |
Description |
System.Web.UI.WebControls.RegularExpressionValidator |
|
Declaration
protected ToolButton UserGroupAddButton
Field Value
Properties
ContentLanguageSettingRepository
Declaration
public Injected<ContentLanguageSettingRepository> ContentLanguageSettingRepository { get; set; }
Property Value
CurrentLanguageBranch
Declaration
protected LanguageBranch CurrentLanguageBranch { get; }
Property Value
IsNewLanguage
Declaration
protected bool IsNewLanguage { get; }
Property Value
Type |
Description |
System.Boolean |
|
LanguageBranchRepository
Declaration
public Injected<ILanguageBranchRepository> LanguageBranchRepository { get; set; }
Property Value
LanguageID
Declaration
protected string LanguageID { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
protected void ApplyButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected void CancelButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected void DeleteButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Implements
Extension Methods