SaaS CMS has officially launched! Learn more now.

Class PropertyLanguageBranchControl

Creates a user interface with a drop down list containing the enabled language branches for the web site.

Inheritance
System.Object
PropertyLanguageBranchControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[Obsolete("This class has been obsoleted and will be removed in a future release. Use PropertyLanguageControl instead.", false)]
public class PropertyLanguageBranchControl : PropertySelectControlBase, IPropertyControl, INamingContainer, IRenderSettings

Constructors

PropertyLanguageBranchControl()

Initializes a new instance of the PropertyLanguageBranchControl class.

Declaration
public PropertyLanguageBranchControl()

Methods

SetupEditControls()

Used to apply a custom setup to the edit controls.

Declaration
protected override void SetupEditControls()
Overrides
Remarks

This method is called from CreateEditControls after the edit control(s) have been created.

Implements

System.Web.UI.INamingContainer

Extension Methods